Closed
Bug 1285253
Opened 9 years ago
Closed 9 years ago
JavaScript Warning: "Error in parsing value for ‘text-anchor’. Declaration dropped." {file: "resource://devtools/server/actors/highlighters.css" line: 332 column: 15 source: " text-anchor: left;"}
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox50 fixed)
RESOLVED
FIXED
Firefox 50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: Kwan, Assigned: Kwan)
Details
Attachments
(1 file)
Noticed in a test log:
https://treeherder.mozilla.org/logviewer.html#?job_id=10330926&repo=fx-team#L2686
Cause: https://dxr.mozilla.org/mozilla-central/rev/09221c72fcb03a7c2b4ab27c75304eae3247e3d1/devtools/server/actors/highlighters.css#321
According to https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor the value wanted was likely start
| Assignee | ||
Comment 1•9 years ago
|
||
Also fix a typo in a comment, "Rules" -> "Rulers"
Review commit: https://reviewboard.mozilla.org/r/62844/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62844/
Attachment #8768821 -
Flags: review?(jdescottes)
Comment 2•9 years ago
|
||
Comment on attachment 8768821 [details]
Bug 1285253 - Change incorrect "text-anchor: left" to "start".
https://reviewboard.mozilla.org/r/62844/#review59786
Looks good thanks for fixing this!
Attachment #8768821 -
Flags: review?(jdescottes) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Thanks for the review Julian!
No try run as it's a trivial CSS fix that doesn't change any behaviour.
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/66a35bd16dbd
Change incorrect "text-anchor: left" to "start". r=jdescottes
Keywords: checkin-needed
Comment 5•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•