Open
Bug 1944503
Opened 16 days ago
Updated 15 days ago
Can't expand document location property
Categories
(DevTools :: Object Inspector, defect, P3)
DevTools
Object Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
Details
Steps to reproduce
- Go to data:text/html,<meta charset=utf8><button onclick="var x = document;debugger">Pause</button>
- Open the debugger
- On the page, click the "Pause" button
- In the scopes panel, expand
x
and scroll to thelocation
property
Expected results
location
can be expanded
Actual results
It can't, there's no expand icon
Reporter | ||
Comment 1•16 days ago
|
||
it's not scopes panel specific, I can reproduce in the preview as well in the console
Reporter | ||
Updated•16 days ago
|
Component: Debugger → Object Inspector
Summary: Can't expand document location property in Scopes panel → Can't expand document location property
Updated•15 days ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•