Bug Tracker

Ticket #1204 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Patch for event fixer

Reported by: yehuda Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: event
Version: 1.1.2 Keywords:
Cc: Needs: Patch

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

fix_events_patch.diff (2.2 kB) - added by yehuda 1 year ago.
event_patch.diff (2.0 kB) - added by yehuda 1 year ago.
Updated patch

Change History

Changed 1 year ago by yehuda

Changed 1 year ago by yehuda

Updated patch

Changed 1 year ago by john

Fixed in SVN rev [1929].

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.