Bug 28905 (keypress)

Summary: backspace doesn't fire keypress event
Product: WebKit Reporter: jaroslav.benc
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   

jaroslav.benc
Reported 2009-09-02 01:25:11 PDT
Test case: document.addEventListener('keypress', function(){ alert("keypress"); }, true); alert is not shown when backspace is pressed keydown event works well.
Attachments
Alexey Proskuryakov
Comment 1 2009-09-04 13:58:05 PDT
This is by design (matching Internet Explorer behavior). *** This bug has been marked as a duplicate of bug 16429 ***
Note You need to log in before you can comment on or make changes to this bug.