Bug 47416 - [Qt][S60] Crashes are seen when user tries to delete entered text using Backspace button
Summary: [Qt][S60] Crashes are seen when user tries to delete entered text using Backs...
Status: VERIFIED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P1 Blocker
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-10-08 07:46 PDT by Ankur Baranwal
Modified: 2010-11-10 05:03 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ankur Baranwal 2010-10-08 07:46:26 PDT
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.
Comment 1 Norbert Leser 2010-11-01 10:25:14 PDT
I can reproduce the reported bug and will be working on it.
Comment 2 Suresh Voruganti 2010-11-01 12:42:26 PDT
Adding the dependency to 39121 as the fix is required for Qtwebkit 2.1 for Services for S^3
Comment 3 Norbert Leser 2010-11-03 09:15:09 PDT
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
Comment 4 Suresh Voruganti 2010-11-03 11:26:17 PDT
Removing the dependency to 39121
Comment 5 Ramesh 2010-11-09 05:27:11 PST
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"