Closed
Bug 1223106
Opened 10 years ago
Closed 10 years ago
computed view doesn't update in response to changes in rule view
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tromey, Assigned: tromey)
References
()
Details
Open the attached URL.
Inspect the <h1> element.
Open the computed view.
Switch to the rule view and edit the color.
Switch back to the computed view.
For me the computed view winds up empty.
Selecting some other element and then re-selecting it works ok.
I've also seen the color remain but simply not update (I don't know
how to reproduce this scenario though).
Comment 1•10 years ago
|
||
Another e10s related thing ... Works perfectly when using a non-e10s window (just like bug 1222409). Which means that, 1) this relies on some non-remote code and, 2) we have no tests for this (or they are disabled with e10s).
Comment 2•10 years ago
|
||
(In reply to Patrick Brosset [:pbrosset] [:pbro] from comment #1)
> Another e10s related thing ... Works perfectly when using a non-e10s window
> (just like bug 1222409). Which means that, 1) this relies on some non-remote
> code and, 2) we have no tests for this (or they are disabled with e10s).
Sorry, I spoke too quickly, it does work for me with e10s too. Are you seeing JS errors in the browser console when that happens? I'm guessing, if the computed-view is empty when you switch back, that it started to refresh but something broke before it could complete.
Assignee | ||
Comment 3•10 years ago
|
||
I can't reproduce it either.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•