Bug 39726
| Summary: | [Qt] JavaScript Onchange event is not being triggered when using QtWebkit 2.0 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexandra Santos <alexandra.1.santos> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | hao.1.lu, hausmann, peojala11 |
| Priority: | P3 | Keywords: | Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | S60 Hardware | ||
| OS: | S60 3rd edition | ||
Alexandra Santos
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Petri Ojala
Reproduced with N97 (QtWebkit 2.0 wk20)
Hao Lu
This bug is no longer reproducible by reporter. (Alexandra Santo)