Closed
Bug 750671
Opened 14 years ago
Closed 13 years ago
inspecting an element results in "Use of attributes' nodeName attribute is deprecated. Use value instead. @ resource:///modules/domplate.jsm:346"
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: glob, Unassigned)
Details
when you inspect an element (right click -> inspect element) the following warnings are displayed in the web console:
Use of attributes' nodeName attribute is deprecated. Use value instead. @ resource:///modules/domplate.jsm:346
Use of attributes' nodeValue attribute is deprecated. Use value instead. @ resource:///modules/domplate.jsm:346
nightly; 15.0a1 (2012-04-29)
Comment 1•14 years ago
|
||
See also Bug 670439.
Comment 2•13 years ago
|
||
Yeah I confirm;
devtools.chrome.enabled; false
Component: Developer Tools: Inspector → Developer Tools: Console
OS: Mac OS X → All
Hardware: x86 → All
Comment 3•13 years ago
|
||
This is fixed since bug 777085 landed which replaced the use of domplate.jsm with the new markup panel.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•