Side navigation
#1204 closed bug (fixed)
Opened May 18, 2007 08:08AM UTC
Closed May 20, 2007 04:52PM UTC
Last modified June 21, 2007 03:30AM UTC
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)
Updated patch
Fixed in SVN rev [1929].