[Webkit-unassigned] [Bug 47416] New: [Qt][S60] Crashes are seen when user tries to delete entered text using Backspace button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 07:46:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47416

           Summary: [Qt][S60] Crashes are seen when user tries to delete
                    entered text using Backspace button
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ankur.baranwal at nokia.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list