Bug 47416
| Summary: | [Qt][S60] Crashes are seen when user tries to delete entered text using Backspace button | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ankur Baranwal <ankur.baranwal> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | VERIFIED WORKSFORME | ||
| Severity: | Blocker | CC: | ankur.baranwal, laszlo.gombos, neelkanth.nidgundi, norbert.leser, ramesh.hegde, suresh.voruganti |
| Priority: | P1 | Keywords: | Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | S60 Hardware | ||
| OS: | S60 3rd edition | ||
Ankur Baranwal
Qt: 4.7
QtWebkit: 2.1
OS: Symbian^3
The bug is reproducible on a simple html page with text field.
test.html
--------------------
<html>
<body>
Username: <input type="text" name="username"/><br/>
Password: <input type="password" name="password"/>
</body>
</html>
--------------------
Steps to reproduce -
1. Open test.html in Anomaly browser.
2. Tap on username (or password) field. Virtual keypad will open.
3. Type 20 characters randomly.
4. Press Ok button on Virtual keypad to close it.
5. Tap on username field. Virtual keypad will open.
6. Move to end of the text.
7. Press 'backspace' button to delete the text.
Expected Result -
Text is deleted when 'backspace' button is pressed.
Actual Result -
Anomaly Browser crashes when 'backspace' button is pressed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Norbert Leser
I can reproduce the reported bug and will be working on it.
Suresh Voruganti
Adding the dependency to 39121 as the fix is required for Qtwebkit 2.1 for Services for S^3
Norbert Leser
This actually does not appear to be a webkit bug but a bug related to earlier QT versions.
While I was able to reproduce the bug with older qt builds (e.g., qt_9.2.65), the crash does not occur anymore with latest build # qt_9.2.71
Suresh Voruganti
Removing the dependency to 39121
Ramesh
Our tester Raghu has verified this defect. His comments are as follows:
"Verified this issue on latest build with latest CP Wk44 .This issue is NOT REPRODUCIBLE"