Bug 11781

Summary: [S60] The error note "Program closed:BrowserNG" pops up after clicking Submit button on test page
Product: WebKit Reporter: Sornalatha Rathnasamy <sornalatha.rathnasamy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Critical    
Priority: P2    
Version: 420+   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Attachments:
Description Flags
use EDbColLongText16 for the name, value pair stored in formdata table
yongjun.zhang: review-
use EDbColLongText16 for the name, value pair stored in formdata table
yongjun.zhang: review+
use EDbColLongText16 for the name, value pair stored in formdata table
none
use EDbColLongText16 for the name, value pair stored in formdata table yongjun.zhang: review+

Description Sornalatha Rathnasamy 2006-12-08 09:05:40 PST
1. Idle state
2. Web setting is ok.
3. Set http://spe.mobilephone.net/wit/xhtmlv2/menu.xhtml as homepage
4. Press Application key->BrowserNG->Log on the homepage->Structure-> Struclen->press Submit button on this page->Check phone's response

Expected result:
The phone should open a web page after select Submit.

Actual result:
The note "Program closed:BrowserNG" pops up after clicking "Submit" button. After selecting OK, the browser is closed.
Comment 1 Sornalatha Rathnasamy 2006-12-12 10:45:58 PST
Created attachment 11825 [details]
use EDbColLongText16 for the name, value pair stored in formdata table
Comment 2 Yongjun Zhang 2006-12-12 11:02:06 PST
Comment on attachment 11825 [details]
use EDbColLongText16 for the name, value pair stored in formdata table

Descriptor.Format() is a slow operation.  I would use append in this case because we already now the type of data (strings) to be appended.  Please change formatted insert to append.
Comment 3 Sornalatha Rathnasamy 2006-12-12 11:36:19 PST
Created attachment 11826 [details]
use EDbColLongText16 for the name, value pair stored in formdata table
Comment 4 Yongjun Zhang 2006-12-12 12:24:00 PST
Comment on attachment 11826 [details]
use EDbColLongText16 for the name, value pair stored in formdata table

r=me
Comment 5 Yongjun Zhang 2006-12-12 12:27:19 PST
Completed: At revision: 18183  
Comment 6 Sornalatha Rathnasamy 2006-12-15 13:24:11 PST
Created attachment 11870 [details]
use EDbColLongText16 for the name, value pair stored in formdata table
Comment 7 Sornalatha Rathnasamy 2006-12-18 13:20:35 PST
Created attachment 11904 [details]
use EDbColLongText16 for the name, value pair stored in formdata table
Comment 8 Yongjun Zhang 2006-12-18 13:45:39 PST
Comment on attachment 11904 [details]
use EDbColLongText16 for the name, value pair stored in formdata table 

r=me
Comment 9 Yongjun Zhang 2006-12-18 13:46:23 PST
completed at r18282.
Comment 10 Bradley Morrison 2006-12-27 13:25:10 PST
Re-opening: r18438 reverted the patch attached to this bug that was landed in s60/trunk (r18183).
Comment 11 Bradley Morrison 2007-01-08 07:26:03 PST
second patch landed in revision 18546
Comment 12 Krishna 2007-01-21 10:24:38 PST
TSW ID: EYWG-6W7B4F

Verified and Closed.