Markup panel is empty apart from HTML tag
Categories
(DevTools :: Inspector, defect, P1)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
Details
Attachments
(1 file)
STR
- Go to https://www.reuters.com/investigates/special-report/usa-politics-beto-orourke/
- Open the inspector
- Reload the page
The following exception is raised:
Error while calling actor 'domwalker's method 'children' Permission denied to access property "jQuery300023229982312416421" protocol.js:1042:13
Assignee | ||
Comment 1•6 years ago
|
||
We are trying to access a dead node somewhere and that is breaking the world.
Assignee | ||
Comment 2•6 years ago
|
||
In this case the page is loading a Twitter widget and we recurse into the iframe checking each node for events. The Twitter widget has a jQuery event but because of CORS we have no access to the script, a Security exception is thrown and the world is broken.
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
One change is in node.js::isScrollable()
so I decided to assign this to you for review. Feel free to re-assign as you feel appropriate if you don't have time.
Try
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2e2f20af3f902ea65436bcfd288b3e075d6508f8
Updated•6 years ago
|
Comment 7•6 years ago
|
||
bugherder |
Comment 8•6 years ago
|
||
Mike, this was filed and marked as a P1 just before merge Day so it in 68. Would that be something we should uplift to 67 beta?
Assignee | ||
Comment 9•6 years ago
|
||
To be honest it is an edge case so lets leave it.
If we receive any reports we can always uplift to beta later.
Updated•5 years ago
|
Comment 10•5 years ago
|
||
As per the discussion with Mike on Slack website has changed.
Removing QE+ since preparing a TC for it would involve to much time investment.
Description
•