VERIFIED WORKSFORME47416
[Qt][S60] Crashes are seen when user tries to delete entered text using Backspace button
https://bugs.webkit.org/show_bug.cgi?id=47416
Summary [Qt][S60] Crashes are seen when user tries to delete entered text using Backs...
Ankur Baranwal
Reported 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.
Attachments
Norbert Leser
Comment 1 2010-11-01 10:25:14 PDT
I can reproduce the reported bug and will be working on it.
Suresh Voruganti
Comment 2 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
Norbert Leser
Comment 3 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
Suresh Voruganti
Comment 4 2010-11-03 11:26:17 PDT
Removing the dependency to 39121
Ramesh
Comment 5 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"
Note You need to log in before you can comment on or make changes to this bug.