Closed
Bug 1562363
Opened 6 years ago
Closed 6 years ago
Kinetic scrolling not working in JS source viewer
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: violet.bugreport, Unassigned)
References
(Depends on 1 open bug)
Details
STR:
- On Ubuntu 18.04, set pref apz.gtk.kinetic_scroll.enabled=true in Nightly.
- Go to a random website, open DevTools -> Debugger, click some JS source to view.
- Scroll the JS source viewer.
Expected:
Just like every other places in DevTools, the scrolling of source viewer should also be kinetic.
Actually:
It's not kinetic.
| Reporter | ||
Comment 1•6 years ago
|
||
I'm not sure how it is related to Bug 1562101, but the JS source viewer doesn't seem like a popup.
Blocks: 1213601
Comment 2•6 years ago
|
||
The JS source viewer explicitly disables APZ and implements its own JS-based scrolling. Some details in bug 1389818.
Depends on: 1389818
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jlaster)
Comment 4•6 years ago
|
||
Unfortunately, this is largely out of our control because codemirror manages when content is shown.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(jlaster)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•