Open
Bug 1471960
Opened 6 years ago
Updated 2 years ago
Incorrect ordering in the Computed CSS rules view
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: Paolo, Unassigned)
References
Details
I've found a case of incorrect ordering in the "Computed" rules view, seen in attachment 8987844 [details]. This is reproducible using the revision below, and better described in bug 1470870 comment 11.
hg pull -r a9ac325a1e9aa38088b148dc9c65cdf5cce436b7 https://reviewboard-hg.mozilla.org/gecko
Note that we may revise the loading order of the stylesheets, so the bug as described may not surface if the patch is rebased on a later revision.
Updated•6 years ago
|
Component: CSS Rules Inspector → Computed Styles Inspector
Comment 1•6 years ago
|
||
Hi Paolo, do you mind providing specific steps to reproduce this please? Maybe you could provide a test page where this happens.
Also I'm not sure about the hg revision part. Do you mean that the bug does not happen anymore now?
Flags: needinfo?(paolo.mozmail)
Reporter | ||
Comment 2•6 years ago
|
||
The bug is probably still there, but only happened while developing a specific browser front-end patch. Since then, we have changed the ordering of the browser stylesheets, so the best way to reproduce is to build the specific revision on which this happened.
The steps to reproduce on that revision are in bug 1470870 comment 9, and you can see attachment 8987844 [details] for a screenshot of the issue.
Flags: needinfo?(paolo.mozmail)
Assignee | ||
Updated•4 years ago
|
Component: Inspector: Computed → Inspector
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•