Bug 28905 (keypress)
| Summary: | backspace doesn't fire keypress event | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jaroslav.benc |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
jaroslav.benc
Test case:
document.addEventListener('keypress', function(){
alert("keypress");
}, true);
alert is not shown when backspace is pressed
keydown event works well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This is by design (matching Internet Explorer behavior).
*** This bug has been marked as a duplicate of bug 16429 ***