Closed
Bug 1409033
Opened 8 years ago
Closed 1 year ago
Cannot scroll using two fingers in Library window
Categories
(Toolkit :: UI 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•8 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•8 years ago
|
Component: Widget: Win32 → XUL Widgets
Product: Core → Toolkit
Whiteboard: tabletmodebugs
Updated•8 years ago
|
Blocks: tabletmode
Comment 2•8 years ago
|
||
status-firefox59:
--- → ?
Updated•3 years ago
|
Severity: normal → S3
Comment 4•1 year ago
|
||
Closing this with Works For Me, I can no longer reproduce this issue in our latest Nightly build 133.0a1 (2024-10-06)
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•