[Webkit-unassigned] [Bug 28905] New: backspace doesn't fire keypress event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 01:25:11 PDT 2009


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

           Summary: backspace doesn't fire keypress event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jaroslav.benc at gmail.com


Test case: 
document.addEventListener('keypress', function(){
   alert("keypress");
}, true);

alert is not shown when backspace is pressed

keydown event works well.

-- 
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