Modify ↓
Ticket #1218 (closed bug: duplicate)
Firefox complains about event.which not being writable (keyboard event handling)
| Reported by: | mpenet | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 |
| Component: | event | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
You can reproduce it on firebug with this: $(document).keypress( function() { alert("broken"); } );
Tested on FF 2.0.0.3 / OSX
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Dup of #1217