PH Java Menu bar (gone bonkers)
PH Java Menu bar (gone bonkers)
Author
Discussion

dilbert

Original Poster:

7,741 posts

254 months

Saturday 28th April 2007
quotequote all
I don't know what you're upto Mister Ted, but I don't fink I imagined this;

David Godfrey

3,857 posts

247 months

Saturday 28th April 2007
quotequote all
just had the same issue - refresh page helped get them back behaving again

dilbert

Original Poster:

7,741 posts

254 months

Thursday 3rd May 2007
quotequote all
I'm still getting this, is anyone aware that it's happening?

PetrolTed

34,464 posts

326 months

Thursday 3rd May 2007
quotequote all
dilbert said:
I'm still getting this, is anyone aware that it's happening?


I've seen it once but not been able to reproduce.

Quick solution would be to select the other skin via your preferences although I appreciate that may not be to your liking.

dilbert

Original Poster:

7,741 posts

254 months

Friday 4th May 2007
quotequote all
PetrolTed said:
dilbert said:
I'm still getting this, is anyone aware that it's happening?


I've seen it once but not been able to reproduce.

Quick solution would be to select the other skin via your preferences although I appreciate that may not be to your liking.


Oooo.....

I havn't tried playing with skins yet, TBH I don't mind how it looks. How it works is of more interest, and if that might fix it, I'll give it a bash.

The other thing to note is that the screenshot was a while back, not ages, but you've been doing quite a lot of changes, and the problem is certainly still there. It happes for me, at least four or five times a day.

I think it might be a time dependent bug. The reason I say this, is that my PC is dead slow (PII 450), and I've seen these sorts of problems before in things I have written myself. It's almost like your state flag for menu deployment in the menu is reset as a result of a different event than mouse motion. Maybe there is a battle going on between a browser focus event and a mouse movement event????

PetrolTed

34,464 posts

326 months

Friday 4th May 2007
quotequote all
It's not Javascript any more. It's pure HTML/CSS so there's no explicit event management.

Slow PC is probably the factor although given the simplicity of the HTML it's frustrating that it occurs.