I have a bunch of commands that have reasonably detailed preview
windows - where by detailed I mean there are several divs with funky
colours and :hover style modifiers to change their background colour
on mouseOver.
Since I updated to 0.1.2, the mouse events seem to be delayed before
reaching the preview panel - or somehow Firefox delays the update in
background colour, to the point where the :hover change is at best
useless, and at worst very annoying. The CPU load is negligible,
that's why I think it's a problem with the event pipeline, rather than
FF overload.
Now I know there was a change that added delay before updating after
each keystroke
http://hg.toolness.com/ubiquity-firefox/rev/06dd1b229481
but this should not affect a static preview window, after I've long
stopped typing and I'm just hovering around with the mouse, no?
Not sure if this is a bug report, so first want to ask here if other
people have observed similar behaviour, or can explain why this is
happening. I guess I'll also try reducing the command delay and see if
that fixes the problem - but this can only be a temporary solution -
we shouldn't have to choose between normal mouse behaviour and
keystroke delay.