Open
Bug 1075632
Opened 10 years ago
Updated 2 years ago
Line numbers in style editor have no relation to the line numbers errors are reported at for inline stylesheets
Categories
(DevTools :: Style Editor, defect, P2)
DevTools
Style Editor
Tracking
(Not tracked)
NEW
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Whiteboard: [btpp-fix-later])
Attachments
(1 file)
(deleted),
text/html
|
Details |
STEPS TO REPRODUCE:
1) Open the Web Console.
2) Enable CSS Warnings in the Web Console.
3) Load the attached testcase.
4) Click the "test.html:14" link.
ACTUAL RESULTS:
Get a list of stylesheets, with numbered lines in them. None of these lines are numbered "14", and there is no indication of which of those lines "test.html line 14" would be.
EXPECTED RESULTS:
Have the line numbers match the actual line numbers those lines are on. Or something. Right now finding the line you care about in this case is basically impossible.
>>> My Info: Win7_64, Nightly 47, 32bit, ID 20160212030242
This bug is still reproducible.
It looks similar to bug 1202293, but bug 984880 had zero impact on this one.
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: [btpp-fix-later]
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•