Bug 27326

Summary: "javascript:" link with target frame should work on target frame.
Product: WebKit Reporter: Masahiro Yamada <masa141421356>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 525.x (Safari 3.2)   
Hardware: All   
OS: All   
Attachments:
Description Flags
test case none

Masahiro Yamada
Reported 2009-07-15 18:53:53 PDT
When javascript is enabled, <a href="javascript:location.replace('a.html')" target="frame1"> should work same as <a href="a.html" target="frame1"> Expected: frame "frame1" is navigated to "a.html" (IE, Firefox and Opera works correctly) Actual result: container frame of link is navigated to "a.html" Tested on Safari4.0.2 and Google Chrome 2.0.172.33
Attachments
test case (145 bytes, text/html)
2009-07-16 15:19 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2009-07-16 15:19:43 PDT
Created attachment 32896 [details] test case
Alexey Proskuryakov
Comment 2 2009-07-16 15:21:02 PDT
Confirmed with r45988.
Alexey Proskuryakov
Comment 3 2009-07-16 15:24:41 PDT
*** This bug has been marked as a duplicate of bug 13543 ***
Note You need to log in before you can comment on or make changes to this bug.