Bug 11781 - [S60] The error note "Program closed:BrowserNG" pops up after clicking Submit button on test page
Summary: [S60] The error note "Program closed:BrowserNG" pops up after clicking Submit...
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: S60 Emulator S60 3rd edition
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-08 09:05 PST by Sornalatha Rathnasamy
Modified: 2007-02-16 07:17 PST (History)
0 users

See Also:


Attachments
use EDbColLongText16 for the name, value pair stored in formdata table (7.58 KB, patch)
2006-12-12 10:45 PST, Sornalatha Rathnasamy
yongjun.zhang: review-
Details | Formatted Diff | Diff
use EDbColLongText16 for the name, value pair stored in formdata table (8.10 KB, patch)
2006-12-12 11:36 PST, Sornalatha Rathnasamy
yongjun.zhang: review+
Details | Formatted Diff | Diff
use EDbColLongText16 for the name, value pair stored in formdata table (1.49 KB, patch)
2006-12-15 13:24 PST, Sornalatha Rathnasamy
no flags Details | Formatted Diff | Diff
use EDbColLongText16 for the name, value pair stored in formdata table (7.64 KB, patch)
2006-12-18 13:20 PST, Sornalatha Rathnasamy
yongjun.zhang: review+
Details | Formatted Diff | Diff

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