Closed
Bug 921191
Opened 11 years ago
Closed 11 years ago
allow inspection/editing of SVG elements' CSS properties
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: spasovski, Assigned: paul)
References
Details
Attachments
(1 file, 2 obsolete files)
6.75 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•11 years ago
|
Summary: allow inspection of SVG elements → allow inspection/editing of SVG elements' CSS properties
Reporter | ||
Comment 1•11 years ago
|
||
Sorry hit 'enter' too early on this bug.
I realize SVG elements have some nonstandard CSS properties but it would be awesome if we were able to inspect and edit them the way you can with regular DOM nodes.
Please let me know if you need a better description.
Comment 2•11 years ago
|
||
As far as I can tell, the inspector doesn't currently display any CSS rules for SVG nodes, even the non-specific ones. It makes debugging this stuff a lot harder than debugging normal HTML. :-(
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Regression happened in 26. We'll need to uplift this to Aurora.
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
Orange :(
Assignee | ||
Comment 7•11 years ago
|
||
Attachment #814786 -
Attachment is obsolete: true
Attachment #814786 -
Flags: review?(mratcliffe)
Assignee | ||
Comment 8•11 years ago
|
||
I should not write code when I'm jetlagged.
Attachment #814848 -
Attachment is obsolete: true
Attachment #814853 -
Flags: review?(mratcliffe)
Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Comment on attachment 814853 [details] [diff] [review]
Patch V2
Review of attachment 814853 [details] [diff] [review]:
-----------------------------------------------------------------
Ah, a simple one.
The tiniest of tiny nits so feel absolutely free to completely ignore it ... you don't even need to read it ;o)
::: toolkit/devtools/server/tests/mochitest/test_styles-svg.html
@@ +5,5 @@
> +Bug 921191 - allow inspection/editing of SVG elements' CSS properties
> +-->
> +<head>
> + <meta charset="utf-8">
> + <title>Test for Bug </title>
Maybe <title>test_styles-svg.html</title>
Attachment #814853 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
Hotness; thanks for fixing, Paul!
Comment 13•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 27
Comment 14•11 years ago
|
||
will this be in 27? i’m currently missing this greatly…
Comment 15•11 years ago
|
||
(In reply to flying sheep from comment #14)
> will this be in 27? i’m currently missing this greatly…
Yes it will.
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•