Bug 12427

Summary: [S60] Browser fails to load page after selection from drop-down list.
Product: WebKit Reporter: Shyam Sareen <shyam.sareen>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: bradley.morrison, shyam.sareen
Priority: P2    
Version: 420+   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Attachments:
Description Flags
Fix for problem
zalan: review-
Fix for problem 3.1m
zalan: review-
New patch for 3.2
zalan: review+
Patch for 3.1m zalan: review+

Description Shyam Sareen 2007-01-26 14:27:51 PST
TSW ID: MLEN-6XRDHA

Open any site with drop- down lists Eg. www.fmi.fi 
select some city from drop-down list next to paikallisää(valitse paikkakunta). Eg. Espoo.
When page starts to load, press stop.
Select another city from drop-down list. eg Tampere.
 
- Actual outcome:
Page containing weather information from last selected city is not loaded. Page has to re-loaded before city can be loaded again.

- Expected outcome:
Weather information is loaded.
Comment 1 Shyam Sareen 2007-01-26 14:39:52 PST
Created attachment 12696 [details]
Fix for problem
Comment 2 Shyam Sareen 2007-01-26 14:40:52 PST
Created attachment 12697 [details]
Fix for problem 3.1m
Comment 3 zalan 2007-01-29 18:00:08 PST
Comment on attachment 12696 [details]
Fix for problem

event listeners should not be destroyed the first place, so the actual fix is to not to call closeUrl but  stopLoading for exampl, when user hits cancel. needs further investigation.
Comment 4 Shyam Sareen 2007-01-30 15:42:16 PST
Created attachment 12816 [details]
New patch for 3.2
Comment 5 Shyam Sareen 2007-01-30 15:43:55 PST
Created attachment 12817 [details]
Patch for 3.1m
Comment 6 zalan 2007-01-30 17:36:59 PST
Comment on attachment 12816 [details]
New patch for 3.2

great fix!
r=me
Comment 7 zalan 2007-01-30 17:37:40 PST
Comment on attachment 12817 [details]
Patch for 3.1m

r=me
Comment 8 Bradley Morrison 2007-01-31 13:35:40 PST
(In reply to comment #6)
> (From update of attachment 12816 [details] [edit])
> great fix!
> r=me
> 

landed - r19309 & r19308, resolved.
Comment 9 Krishna 2007-02-09 13:31:33 PST
Verified and Closed.