Bug 39726 - [Qt] JavaScript Onchange event is not being triggered when using QtWebkit 2.0
Summary: [Qt] JavaScript Onchange event is not being triggered when using QtWebkit 2.0
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-05-26 04:24 PDT by Alexandra Santos
Modified: 2010-06-02 08:37 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandra Santos 2010-05-26 04:24:41 PDT
The javascript onchange event is not triggered when using QtWekit 2.0. 

Steps to reproduce:

On a Symbian device (N8)

1.- Install Qt.sisx and QtMobility.sisx (\\qtp-scm.europe.nokia.com\public\Symbian\archives\images\9.2-QtIDOwk20\sis_nr)
2.- Install QtWebkit.sis (http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week20/)
3.- Install and launch QtTestBrowser.sis
4.- Load the following url: www.fedex.com
5.- Choose a location from the single select list on this page.

Actual Result:
The result page is never displayed after selecting the location. The "this.form.submit()" function is not being executed.

Expected Result:
The Onchange event would get triggered, form would be submitted and the results page would be displayed on the screen.

NOTE: On N97, this issue is reproducible as well using Qt 4.6.3 + QtWebkit 2.0.
Comment 1 Petri Ojala 2010-05-27 00:04:55 PDT
Reproduced with N97 (QtWebkit 2.0 wk20)
Comment 2 Hao Lu 2010-06-02 08:37:49 PDT
This bug is no longer reproducible by reporter. (Alexandra Santo)