Consider not using a fixed value for lines-to-pixel hacks from bug 1392460
Categories
(Core :: DOM: Events, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Masayuki comments:
Hmm, I found this post:
https://stackoverflow.com/questions/20110224/what-is-the-height-of-a-line-in-a-wheel-event-deltamode-dom-delta-lineSo, some web developers may use
wheel
event as "beforescroll" event and want to know how much pixels will be scrolled. So, perhaps, using fixed value may cause some custom scroll elements may be scrolled too fast or too slow. So, I think we should not use fixed scale value here.On the other hand, this patch's inline comments are now too many and makes it harder to read the source code. So, I'm okay to land as-is for now, but please file a follow up bug if you want to fix it in this patch.
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Your call if you think this is worth it. Might need some test
adjustments.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out changeset 2d9ef4afb05d (bug 1675949) for causing mochitest plain failures in test_dom_wheel_event.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/7d657720a92b2b2c6c8a43c2f984e3917acc00e8
Push with failures, failure log.
Assignee | ||
Comment 4•4 years ago
|
||
Tweaked the patch, will wait for masayuki to review it. Thanks Alexandru!
Comment 7•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1f3e2135ec4b
https://hg.mozilla.org/mozilla-central/rev/c743864f4e39
Description
•