[Webkit-unassigned] [Bug 27326] New: "javascript:" link with target frame should work on target frame.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 18:53:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27326

           Summary: "javascript:"  link with target frame should work on
                    target frame.
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: masa141421356 at gmail.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list