Open
Bug 1409033
Opened 4 years ago
Updated 3 years ago
Cannot scroll using two fingers in Library window
Categories
(Toolkit :: XUL Widgets, defect, P3)
Tracking
()
People
(Reporter: phorea, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: tabletmodebugs)
[Note]: - This only reproduces on a specific Acer Aspire V5 laptop running Win 10 64-bit, with Intel Core i3-2377M, Synaptics PS/2 Port TouchPad Driver 19.1.3.6 and Touch support. [Affected versions]: - Firefox 56.0 - Firefox 57.0b8 - latest Nightly 58.0a1 2017-10-15 [Affected platforms]: - Win 10 64-bit [Steps to reproduce]: 1. Open Firefox with a clean profile 2. Create several History, Bookmarks and Downloads entries 3. Open the Library window and touch scroll using the fingers on the above categories [Expected result]: - Items can be scrolled [Actual result]: - https://bug1399126.bmoattachments.org/attachment.cgi?id=8918282 - Touch scrolling is not performed [Regression range]: - This is not a recent regression as it reproduces back to Firefox 52.0 [Additional notes]: - Gecko profiler: https://perfht.ml/2yiM76S - This may be a follow-up issue from bug 1345355
Comment 1•4 years ago
|
||
Probably this is happening because the library window is scrolled by JS code rather than APZ. Bug 1345355 fixed the APZ code path, but the various JS scrollers [1][2][3] all require a single touch input to scroll. [1] http://searchfox.org/mozilla-central/rev/40b456626e2d0409b7034768b4d9526fc7235ea4/toolkit/content/widgets/listbox.xml#892 [2] http://searchfox.org/mozilla-central/rev/40b456626e2d0409b7034768b4d9526fc7235ea4/toolkit/content/widgets/scrollbox.xml#530 [3] http://searchfox.org/mozilla-central/rev/40b456626e2d0409b7034768b4d9526fc7235ea4/toolkit/content/widgets/tree.xml#709
Updated•4 years ago
|
Component: Widget: Win32 → XUL Widgets
Product: Core → Toolkit
Whiteboard: tabletmodebugs
Updated•4 years ago
|
Blocks: tabletmode
Comment 2•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Update_affecteds
status-firefox59:
--- → ?
You need to log in
before you can comment on or make changes to this bug.
Description
•