Open
Bug 1800022
Opened 2 years ago
Updated 2 years ago
Overscroll gutter gets stuck by preventDefault-ed wheel event listener in the browser process
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
200 bytes,
text/html
|
Details |
STR;
- Make sure apz.overscroll.enabled is true
- Load the attachment content in a tab
- Open Browser Tool Box
- Do
gBrowser.selectedTab.linkedBrowser.addEventListener("wheel", e => { e.preventDefault(); });
in the Browser Tool Box - Try to do overscrolling horizontally
- Lift your finger from the touchpad
You need to log in
before you can comment on or make changes to this bug.
Description
•