Bug 12427 - [S60] Browser fails to load page after selection from drop-down list.
Summary: [S60] Browser fails to load page after selection from drop-down list.
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: S60 Emulator S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 14:27 PST by Shyam Sareen
Modified: 2007-02-09 13:31 PST (History)
2 users (show)

See Also:


Attachments
Fix for problem (2.12 KB, patch)
2007-01-26 14:39 PST, Shyam Sareen
zalan: review-
Details | Formatted Diff | Diff
Fix for problem 3.1m (2.15 KB, patch)
2007-01-26 14:40 PST, Shyam Sareen
zalan: review-
Details | Formatted Diff | Diff
New patch for 3.2 (4.59 KB, patch)
2007-01-30 15:42 PST, Shyam Sareen
zalan: review+
Details | Formatted Diff | Diff
Patch for 3.1m (4.40 KB, patch)
2007-01-30 15:43 PST, Shyam Sareen
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.