Bug 14379 - Anchor elements show up as their href in the properties pane, not HTMLAnchorElement
Summary: Anchor elements show up as their href in the properties pane, not HTMLAnchorE...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-24 22:58 PDT by Sam Weinig
Modified: 2007-06-25 00:12 PDT (History)
0 users

See Also:


Attachments
patch (1.38 KB, patch)
2007-06-25 00:00 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2007-06-24 22:58:38 PDT
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.
Comment 1 Sam Weinig 2007-06-25 00:00:35 PDT
Created attachment 15215 [details]
patch
Comment 2 mitz 2007-06-25 00:07:39 PDT
Comment on attachment 15215 [details]
patch

r=me
Comment 3 Sam Weinig 2007-06-25 00:12:20 PDT
Landed in r23758.