Closed
Bug 1429424
Opened 7 years ago
Closed 7 years ago
Rule view is sometimes empty after a hard refresh
Categories
(DevTools :: Inspector: Rules, defect, P1)
DevTools
Inspector: Rules
Tracking
(firefox59+ fixed)
RESOLVED
DUPLICATE
of bug 1429254
People
(Reporter: nchevobbe, Assigned: jryans)
References
()
Details
(Keywords: regression)
Steps to reproduce:
1. Go to https://www.lullabot.com/articles/git-best-practices-workflow-guidelines
2. Right click on the title of the article and select "inspect element"
3. Wait until the markup and the rules are shown
4. Hard refresh (Ctrl + F5 on windows, Shift + Cmd + r on OSX) a few time
Expected results:
I always see the rules of the title on the rule view
Actual results:
Once in a while, the rule view gets empty, and the following message is logged in the browser console :
TypeError: can't access dead object | devtools/server/actors/tab.js:1647:1
I couldn't reproduce with a simpler markup, so maybe there's a race issue with stylesheet load.
Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P1
Comment 2•7 years ago
|
||
Couldn't reproduce so far, but that's a P1 for sure.
Also reported here (in French): https://twitter.com/Wadj0s/status/951087313479749633
It looks like this is a Nightly 59 only issue.
Let's make sure we get the fix in 59 too.
[Tracking Requested - why for this release]:
This sometimes prevents users from using the inspector, which is the most popular panel in DevTools.
tracking-firefox59:
--- → ?
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Comment 4•7 years ago
|
||
Sending over to :jryans as discussed on IRC #devtools
Assignee: jdescottes → jryans
Assignee | ||
Comment 5•7 years ago
|
||
This has the same root cause as the style editor version in bug 1429254. That bug has patches up for review, so most likely we'll have this fixed soon.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Fixed in 59 in the duplicate bug.
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•