WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED INVALID
8962
Implement window.navigate
https://bugs.webkit.org/show_bug.cgi?id=8962
Summary
Implement window.navigate
Krishna
Reported
2006-05-17 14:17:50 PDT
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>
Attachments
window.navigate test source
(544 bytes, text/xml)
2006-05-17 14:19 PDT
,
Krishna
no flags
Details
window.navigate redirected file
(129 bytes, text/html)
2006-05-17 14:20 PDT
,
Krishna
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Krishna
Comment 1
2006-05-17 14:19:36 PDT
Created
attachment 8373
[details]
window.navigate test source This is master test file to be loaded to reproduce the defect.
Krishna
Comment 2
2006-05-17 14:20:20 PDT
Created
attachment 8374
[details]
window.navigate redirected file This file needs to be used along with the master test case file
Alexey Proskuryakov
Comment 3
2006-05-18 05:35:30 PDT
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/navigate.asp
Krishna
Comment 4
2006-05-30 10:37:03 PDT
TSW Error ID: TMCN-6A6MRH
Bradley Morrison
Comment 5
2008-04-09 11:31:50 PDT
Bulk update of s60 bugs - tagging and closing.
Bradley Morrison
Comment 6
2008-04-09 11:39:31 PDT
Bulk closing of all s60 platform bugs. Sorry for the noise!
Joel Parks
Comment 7
2011-03-21 11:52:10 PDT
re-purposing InTSW keyword for use by QtWebkit team
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug