Open
Bug 1848189
Opened 2 years ago
Updated 2 years ago
Consider throttling mousemove events to one per rendering update while not clicking/dragging
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: twisniewski, Unassigned)
Details
WebKit 176 is doing this now, as seen in https://bugs.webkit.org/show_bug.cgi?id=259408
Comment 1•2 years ago
|
||
I'm confused about this. We do coalesce mousemoves.
Comment 2•2 years ago
|
||
And so does Chrome, AFAIK
Comment 3•2 years ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #1)
I'm confused about this. We do coalesce mousemoves.
About the synthesized events?
https://searchfox.org/mozilla-central/rev/57f6fbd39c0b5957e11b27b4db58b821d8e1607d/dom/ipc/CoalescedMouseData.cpp#63-64
You need to log in
before you can comment on or make changes to this bug.
Description
•