[Webkit-unassigned] [Bug 101857] Updating mouse cursor on style changes without emitting fake mousemove event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 12:40:50 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=101857





--- Comment #77 from Aivo Paas <aivopaas at gmail.com>  2013-02-11 12:43:01 PST ---
(In reply to comment #76)
> Doesn't comment 73 provide sufficient feedback? No spec can possibly validate such an obvious UI deficiency.
> 
> Getting rid of the fake event seems worthwhile, but we shouldn't degrade UI when doing so.

What exactly do you call an obvious UI deficiency?

If hover state is locked on mousedown, there should be another fast and reliable way for checking which element is actually under the mouse cursor (or in the chain of parents of that element).I did not find another way, feel free to point me in the right direction if there is one.

Hover state would be perfect for that if only it represented the actual hovered state, not the locked one.
Any suggestions how to do that?
I think it would be pointless to add another flag for the real hover state just because there already is a broken one. Why not fix the current hover state flag? As I already pointed out, it does make hover state consistent with other browsers.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list