STR; 1. Make sure apz.overscroll.enabled is true 2. Load the attachment content in a tab 3. Open Browser Tool Box 4. Do `gBrowser.selectedTab.linkedBrowser.addEventListener("wheel", e => { e.preventDefatult(); });` in the Browser Tool Box 5. Try to do overscrolling horizontally 6. Lift your finger from the touchpad
Bug 1800022 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
STR; 1. Make sure apz.overscroll.enabled is true 2. Load the attachment content in a tab 3. Open Browser Tool Box 4. Do `gBrowser.selectedTab.linkedBrowser.addEventListener("wheel", e => { e.preventDefault(); });` in the Browser Tool Box 5. Try to do overscrolling horizontally 6. Lift your finger from the touchpad