Bug 8962 - Implement window.navigate
Summary: Implement window.navigate
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 312.x
Hardware: S60 Hardware S60 3rd edition
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-17 14:17 PDT by Krishna
Modified: 2011-03-21 11:52 PDT (History)
4 users (show)

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description Krishna 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>
Comment 1 Krishna 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.
Comment 2 Krishna 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
Comment 4 Krishna 2006-05-30 10:37:03 PDT
TSW Error ID: TMCN-6A6MRH
Comment 5 Bradley Morrison 2008-04-09 11:31:50 PDT
Bulk update of s60 bugs - tagging and closing.
Comment 6 Bradley Morrison 2008-04-09 11:39:31 PDT
Bulk closing of all s60 platform bugs. 

Sorry for the noise!
Comment 7 Joel Parks 2011-03-21 11:52:10 PDT
re-purposing InTSW keyword for use by QtWebkit team