[Webkit-unassigned] [Bug 99940] Should only fire a single set of mouse events and update hover state once when scrolling is done

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 21 11:05:54 PDT 2012


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





--- Comment #2 from Ojan Vafai <ojan at chromium.org>  2012-10-21 11:06:54 PST ---
Looking at EventHandler.cpp it looks like we already do some throttling, but it's mostly limited to mousemove events, not all mouse events and not hover state. My intuition is that the delay we'd need would be too long for a good user-experience, but if ~50ms is enough, maybe it's fine.

-- 
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