Closed
Bug 1327720
Opened 9 years ago
Closed 6 years ago
Disabling auto Black Box reloads all scripts but keeps leaves them in black box
Categories
(DevTools :: Debugger, defect, P5)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: arni2033, Unassigned)
References
(Blocks 1 open bug)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open http://1prime.ru/
2. Open debugger, disable option "Automatically Black Box minified sources"
3. Select any script that ends with "min.js"
(bonus)
4. Close and reopen devtools (F12, then F12)
5. Enable option "Automatically Black Box minified sources"
6. Select any script that ends with "min.js"
This is reproducible since bug 1032379, so this is a mistake in the original patch.
AR:
After Step 2 all scripts reload. After Step 3 selected script is black boxed [not ok]
After Step 5 all scripts reload. After Step 6 selected script is black boxed [OK]
ER: Either X or Y
X) After Step 2 scripts shouldn't reload (to prevent text blinking and user's distraction)
Y) After Step 3 selected script shouldn't be black boxed
Component: Developer Tools: Canvas Debugger → Developer Tools: Debugger
Updated•7 years ago
|
Product: Firefox → DevTools
![]() |
||
Updated•6 years ago
|
Priority: -- → P5
![]() |
||
Comment 1•6 years ago
|
||
this relates to the old debugger.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•