Bug 3952 - iFrame name information incorrectly returned
Summary: iFrame name information incorrectly returned
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 11:45 PDT by Geoffrey Garen
Modified: 2005-07-11 19:14 PDT (History)
0 users

See Also:


Attachments
Patch (1.23 KB, patch)
2005-07-11 11:47 PDT, Geoffrey Garen
ggaren: review+
Details | Formatted Diff | Diff
layout test (1.06 KB, text/html)
2005-07-11 12:04 PDT, Geoffrey Garen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2005-07-11 11:45:54 PDT
frames[x].name returns frame element id, not frame name.
Comment 1 Geoffrey Garen 2005-07-11 11:46:39 PDT
(In reply to comment #0)

Radar bug: 4170960
Comment 2 Geoffrey Garen 2005-07-11 11:47:27 PDT
Created attachment 2908 [details]
Patch

Proposed fix.
Comment 3 Geoffrey Garen 2005-07-11 12:04:46 PDT
Created attachment 2909 [details]
layout test

Proposed layout test.