Bug 144355
Summary: | Web Inspector: Poor view in Console of Attr object (elem.attributes.name) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, jonowells, karlcow, webkit-bug-importer |
Priority: | P2 | Keywords: | EasyFix, GoodFirstBug, InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
* SUMMARY
Poor view in Console of Attr object (elem.attributes.name).
* STEPS TO REPRODUCE
1. js> var div = document.createElement("div"); div.id = "foo"; div.attributes.id
=> Get a DOMNode which is kind of weird
Not urgent, since I would imagine these types of objects are very rare to log in the console.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/20733660>
Karl Dubost
This currently displays: id="foo"
which is not a DOMNode.
Configuration changed?