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•2 years ago
|
||
We are trying to access a dead node somewhere and that is breaking the world.
| Assignee | ||
Comment 2•2 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•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3a7bd654a9bd6076242eb2e927431c5f5cc2e85d
| Assignee | ||
Comment 4•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2e2f20af3f902ea65436bcfd288b3e075d6508f8
| Assignee | ||
Comment 5•2 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•2 years ago
|
Pushed by mratcliffe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4641d251c208 Fix CORS issues in Markup Panel r=pbro
Comment 7•2 years ago
|
||
| bugherder | ||
Comment 8•2 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•2 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.
Comment 10•2 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
•