Closed
Bug 1202293
Opened 10 years ago
Closed 9 years ago
For inline styles ruleview displays the number of line in html file, not in inline style itself
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(firefox43 affected)
RESOLVED
DUPLICATE
of bug 984880
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: arni2033, Unassigned)
Details
(Whiteboard: [fixed by bug 984880])
Attachments
(1 file)
STR: (Win7_64, Nightly 43, 32bit, ID 20150901030226, new profile, safe mode)
1. Open attached .html file "testcase - ..."
2. Open inspector, inspect <body>
3. Open ruleview. See that link in ruleview, near the only rule, is saying "inline:9"
4. Click that link to switch to Style Editor
Result: There's no line 9 in that inline style. Inspector just calculated the number of line
judging by .html file. View source of attached .html file and make sure that "body{}"
is placed on the 9th line in .html file
Expectations: Link in ruleview should be "inline:2", judging by the inline style, not html.
Component: Developer Tools: Inspector → Developer Tools: CSS Rules Inspector
Fixed by bug 984880. Fix range:
> https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=f354f556b59136bc052e5b2c57d7d28e7242de37&tochange=40f709d9c088dfc4ba1b55fb80920b5ff5102842
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Whiteboard: [fixed by bug 984880]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•