#4927 closed bug (invalid)
Wrong ClientX/ClientY calculating in FF < 1.9, Opera > 9.27 and IE
Reported by: | netmac | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | event fix | Cc: | |
Blocked by: | Blocking: |
Description
If body element have a border or another kind of offset, then we have wrong clientX/clientY calculation.
- FF with gecko < 1.9 body.offsetLeft/offsetTop don't considered.
- in IE document.documentElement.clientLeft/clientTop should be subtracted.
- in Opera > 9.27 with DOCTYPE needs to subtract document.documentElement.clientLeft/clientTop too.
See my fix code in attachment.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | jquery.event.fix.js added |
---|
comment:1 Changed 13 years ago by
Component: | unfiled → event |
---|
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing as invalid. Please reopen with a working testcase. Thanks!
Note: See
TracTickets for help on using
tickets.
event.fix fix