Skip to main content

Bug Tracker

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

  • fix_events_patch.diff (2.2 KB) - added by yehuda May 18, 2007 08:18AM UTC.
  • Change History (2)

    Changed May 20, 2007 04:52PM UTC by john comment:1

    Fixed in SVN rev [1929].

    Changed May 20, 2007 04:52PM UTC by john comment:2

    resolution: → fixed
    status: newclosed