#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: | ||
Blocked by: | Blocking: |
Description
You can reproduce it on firebug with this: $(document).keypress( function() { alert("broken"); } );
Tested on FF 2.0.0.3 / OSX
Note: See
TracTickets for help on using
tickets.
Dup of #1217