Closed
Bug 1376266
Opened 8 years ago
Closed 8 years ago
Out of scope functions should appear faded
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox56 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | affected |
People
(Reporter: hyacoub, Unassigned)
References
Details
Attachments
(1 file)
|
346.28 KB,
image/png
|
Details |
[Affected versions]:
Nightly 56.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Mac OS X 10.12 and Ubuntu 16.04 x64.
[Steps to reproduce]:
1. Open Firefox and go to https://devtools-html.github.io/debugger-examples/examples/todomvc/
2. Open Debugger.
3. Navigate to todo-view.js
4. Right click on the gutter, any line with written code, select add a breakpoint (e.g line 34)
5. Go back to todmvc and add a todo item in the UI and observe "initialize" function in Source pane.
6. Observe the other functions (like render).
[Expected result]:
The other functions (like render) should appear faded as they are out of scope.
[Actual result]:
Out of scope functions should appear normal.
| Reporter | ||
Updated•8 years ago
|
Blocks: 1294139
status-firefox56:
--- → affected
Comment 1•8 years ago
|
||
Thanks for the report. We're no longer fading the code that is out of scope because that was distracting to users. The behavior is now simplified to be, that hovering on a variable for out of scope code will not show a popup.
You should be able to observe that hovering on the code that is in scope shows a popup, while other code does not.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•