Bug 144355 - Web Inspector: Poor view in Console of Attr object (elem.attributes.name)
Summary: Web Inspector: Poor view in Console of Attr object (elem.attributes.name)
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: EasyFix, GoodFirstBug, InRadar
Depends on:
Blocks:
 
Reported: 2015-04-28 13:45 PDT by Joseph Pecoraro
Modified: 2024-04-10 01:06 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-04-28 13:45:38 PDT
* 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.
Comment 1 Radar WebKit Bug Importer 2015-04-28 13:46:02 PDT
<rdar://problem/20733660>
Comment 2 Karl Dubost 2024-04-10 01:06:46 PDT
This currently displays: id="foo"
which is not a DOMNode.
Configuration changed?