#1204 closed bug (fixed)
Patch for event fixer
Reported by: | yehuda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This patch adds:
- relatedTarget to IE
- metaKey to non-Mac browsers (metaKey will be the apple key in Macs and ctrlKey in non-Macs)
- Adds modifiers bitmask to key eventd
- Adds "which" to click events (1 == left; 2 == middle; 3 == right). Note that "button" is not normalized.
- Adds "which" for keypresses in IE
- Adds charCode to keypresses in IE
Attachments (2)
Change History (4)
Changed 16 years ago by
Attachment: | fix_events_patch.diff added |
---|
Changed 16 years ago by
Attachment: | event_patch.diff added |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Updated patch