Closed
Bug 1071679
Opened 10 years ago
Closed 10 years ago
Can't scroll on about:config with APZ enabled
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kats, Unassigned)
References
Details
OS X desktop build from latest master, enable APZ. Try scrolling on about:config with the two-finger trackpad gesture; it doesn't work. There don't appear to be any scrollable layers in the tree either. Might be related to the content there being a XUL thing.
Comment 1•10 years ago
|
||
XUL trees are scrolled from JavaScript in response to DOMMouseScroll events. Sending those events when necessary will fix this.
Depends on: 1013412
Comment 2•10 years ago
|
||
I see the same thing on this page:
https://github.com/CJKu/pysilk/edit/master/README.md
I assume it also JS based scrolling so it's better to track it here.
Reporter | ||
Comment 3•10 years ago
|
||
This works now.
You need to log in
before you can comment on or make changes to this bug.
Description
•