Closed
Bug 1270205
Opened 8 years ago
Closed 8 years ago
Highlighter NodeInfo node name should be properly cased for non-HTML elements
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1270215
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
STR :
1. Open https://bugzilla.mozilla.org/attachment.cgi?id=8719469
2. Open inspector
3. Navigate through markup and hover the `clipPath` node
Expected Result:
The highlighter's NodeInfo bubble display `clipPath#clip` .
Actual Result:
The highlighter's NodeInfo bubble display `clippath#clip` (clipPath is not properly cased).
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
Text is lowercased through CSS in highlighter.css (https://dxr.mozilla.org/mozilla-central/source/devtools/server/actors/highlighters.css#161), and text content is handled in box-model.js function `_updateInfobar` (https://dxr.mozilla.org/mozilla-central/source/devtools/server/actors/highlighters/box-model.js#657).
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•