RESOLVED FIXED 14379
Anchor elements show up as their href in the properties pane, not HTMLAnchorElement
https://bugs.webkit.org/show_bug.cgi?id=14379
Summary Anchor elements show up as their href in the properties pane, not HTMLAnchorE...
Sam Weinig
Reported Monday, June 25, 2007 6:58:38 AM UTC
When you select an anchor (<a>) element in the inspector, the properties pane displays the js object's class as the href of the anchor due to the way anchors are toString()'ed. It should display HTMLAnchorElement.
Attachments
patch (1.38 KB, patch)
2007-06-25 00:00 PDT, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 Monday, June 25, 2007 8:00:35 AM UTC
mitz
Comment 2 Monday, June 25, 2007 8:07:39 AM UTC
Comment on attachment 15215 [details] patch r=me
Sam Weinig
Comment 3 Monday, June 25, 2007 8:12:20 AM UTC
Landed in r23758.
Note You need to log in before you can comment on or make changes to this bug.