Open
Bug 1327200
Opened 9 years ago
Updated 5 years ago
Rotating mouse wheel over code area doesn't scroll parent node(s) (scroll doesn't propagate from codemirror instances)
Categories
(DevTools :: Source Editor, defect, P3)
DevTools
Source Editor
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url data::,<body%20id="B"%20onload='S="";for(i=0;i++<200;){S+="<div></div>"}B.innerHTML=S;'>
2. Open inspector
3. Click <head> in markup, then press F2 to edit html
4. Hover mouse over codemirror instance, rotate mouse wheel down once
AR: No visible action
ER: Markup view should scroll, because I rotated mouse wheel over area that can't be scrolled
STR_2:
1. Open attachment 8651048 [details]
2. Open devtools -> inspector
3. Click on (ev) button in markup to open event listeners tooltip. (You'll encounter bug 1197250)
4. Scroll tooltip to the bottom
5. Click any "header" in tooltip to view the code
6. Hover mouse over the code area, then rotate mouse wheel to the top
Note: "Expected result" is what user expects from normal scrollable elements literally everywhere.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Severity: normal → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•