Bug 12703
Summary: | A way to look at properties/items/ nodes from objects and nodes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rene v Amerongen <rvamerongen> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED DUPLICATE | ||
Severity: | Enhancement | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Rene v Amerongen
I hope because of the coming freeze that this is still a feature with a high implementation value.
A way to look at properties/items/ nodes from f.e [objects HTMLLinkElement] and the like in the value column from the Variable Table.
f.e If I do
var l=CreateEl("link");
l.setAttribute("type","text/css");
l.setAttribute("rel","stylesheet");
l.setAttribute("href","niftyCorners.css");
l.setAttribute("media","screen");
document.getElementsByTagName("head")[0].appendChild(l);
I can't see the properties from l
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sam Weinig
*** This bug has been marked as a duplicate of 9873 ***
Timothy Hatcher
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.