[Webkit-unassigned] [Bug 17768] Inspector no longer shows elements properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 14 11:11:02 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17768





------- Comment #2 from max at ac-mb.info  2008-03-14 11:11 PDT -------
In reply to Adam:
Those "ATTRIBUTE_NODE, COMMENT_NODE, DOCUMENT_NODE" are constants of node
object. Not properties.
On previous version, and on current Safari 3, the first block under the
"properties" section lists all inherited properties, like "id, className…",
standard properties or "innerHTML, offsetWIdth…" for proprietary ones.
The current webkit only lists properties defined by the selected element class.
This is not useful.
It should :
either: summarize inherited properties like before
or: add as many blocks as needed to list every class it inherit, with relevant
properties for this class. This is the current choice for prototypes, listing
methods at each level.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list