[Webkit-unassigned] [Bug 8962] New: window.navigate globalobject does not redirect

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 17 14:17:51 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8962

           Summary: window.navigate globalobject does not redirect
           Product: WebKit
           Version: 312.x
          Platform: S60 Hardware
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: krishnamurty.podipireddy at nokia.com


When loading the page with attached source here, the page has to be redirected
to another page which is specified on the window.navigate object.


Steps To Reproduce:
1. Open Safari or S60 Web Browser
2. Load the test file

Expected Result:
Page has to be redirected to window_navigate1b.html

Actual Result:
No redirect happens.

Test source:
<html>
<head> 
        <title>window_navigate 1a</title>
                <script type="text/ecmascript" >

                    window.navigate("window_navigate1b.html");
                </script> 

</head>
<body>

        <p>
            Redirecting....
        </p>

</body>
</html>

Test source of window_navigate1b.html:

<html>
<head> 
        <title>window_navigate1b</title>

</head>
<body>

        <p>
                Redirected page.
        </p>

</body>
</html>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list