Closed
Bug 1939042
Opened 2 months ago
Closed 1 month ago
Shift + mouse wheel doesnt scroll horizontally in developer tools in JS debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1799136
People
(Reporter: mowod66703, Unassigned)
Details
Steps to reproduce:
Try to scroll horizontally code in JS debugger using shift + mouse wheel
Actual results:
Scroll is vertical
Expected results:
Scroll should be horizontal
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::JavaScript Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Component: JavaScript Engine → Debugger
Product: Core → DevTools
Comment 2•1 month ago
|
||
This should be fixed by the new version of the Debugger editor using codemirror 6, which is for now behind the pref devtools.debugger.features.codemirror-next
. You can try setting it to true to start using it already.
Otherwise this issue is already tracked at Bug 1799136
Status: UNCONFIRMED → RESOLVED
Closed: 1 month ago
Duplicate of bug: 1799136
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•