Closed
Bug 1121174
Opened 11 years ago
Closed 1 year ago
$0 returns a plain object on elements inside of iframe with sandbox attribute
Categories
(DevTools :: Console, defect, P4)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bgrins, Unassigned)
Details
Attachments
(1 file)
|
119.88 KB,
image/png
|
Details |
Maybe this is expected, but when running $0 in the console with an element from a sandboxed iframe selected an Object { } with no properties is returned instead of the DOM node.
One page that does this is http://codepen.io/pen/ - the elements inside the bottom frame are not inspectable. See screenshot.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•7 years ago
|
||
Still relevant on codepen, but now shows "Restricted", which I guess is not really helpful
Updated•7 years ago
|
Priority: -- → P4
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Was checking sandbox issues, and this one seems to actually be fixed now.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•