#748 closed enhancement (fixed)
Normalize mouse and keyboard buttons (keyCode, modifiers)
Reported by: | yehuda | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For example, it would be cool if dimensions.js could provide a cross-browser offsetX, and other plugins could provide other fixes.
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
A fix-my-events-for-real-this-time plugin would be great. Resources:
http://www.quirksmode.org/js/events_properties.html http://www.quirksmode.org/dom/w3c_events.html
comment:3 Changed 16 years ago by
Priority: | major → minor |
---|---|
Type: | bug → enhancement |
comment:4 Changed 16 years ago by
Summary: | Provide a way to hook into event object and fix → Normalize mouse and keyboard buttons (keyCode, modifiers) |
---|
comment:5 Changed 16 years ago by
Milestone: | → 1.1.3 |
---|---|
need: | → Review |
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.1.2 |
Fixed in SVN.
Note: See
TracTickets for help on using
tickets.
You could just intercept it:
This should even work with multiple plugins, as long as the reference to the original is stored in a closure, instead of renaming it to something like "_fix".