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)

47 Branch
defect

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: nobody → chevobbe.nicolas
Has STR: --- → yes
Priority: -- → P3
See Also: → 1248381
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).
See Also: → 1270215
Depends on: 1270215
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.