#12007 closed bug (duplicate)
missing offsetX and offsetY in firefox
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In firefox are offsetX and offsetY in events undefined.
Bugfix: Paste into mouseHooks -> filter function (line 3384) befor 'return event;' this to lines:
event.clientX - jQuery(event.target).position().left; |
event.offsetY = event.offsetY event.clientY - jQuery(event.target).position().top;
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
#edit