"Computed" view value does not get updated when 3-pane-inspector is on
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(firefox61 wontfix, firefox71 fixed)
People
(Reporter: nachtigall, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
(Whiteboard: [dt-q])
Attachments
(3 files, 1 obsolete file)
Updated•7 years ago
|
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
![]() |
||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 6•7 years ago
|
||
This bug has not been updated in the last 3 months. Resetting the assignee field.
Please, feel free to pick it up again and add a comment outlining your plans for it if you do still intend to work on it.
This is just trying to clean our backlog of bugs and make bugs available for people.
Comment 7•7 years ago
|
||
Haven't had a chance to work on this. The work is mostly done except for figuring out the test failure.
Comment 10•6 years ago
•
|
||
:jdescottes analyzed the problem and provided a useful summary in bug 1579155 comment 1.
My analysis is that the update of the computed view here should be triggered from a stylesheet-updated event.
However this event is not emitted by the pageStyle actor when the update comes from the RuleView, because it
triggers an update of type UPDATE_PRESERVING_RULES. And only style updates with type UPDATE_GENERAL are
turned into stylesheet-updated events [...]
Please see the entire comment in the other bug for more info.
Comment 11•6 years ago
|
||
Worth noting that the STR in bug 1579155 mentions changing a color. Doing so most probably won't cause a reflow. So, while the approach in the original patch here will work for properties that do cause reflows, it won't work for colors, etc.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Depends on D46119
Comment 14•6 years ago
|
||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bb1556ff54d6
https://hg.mozilla.org/mozilla-central/rev/3918541135bd
Updated•6 years ago
|
Updated•6 years ago
|
Description
•