#6934 closed bug
layerX/layerY vs. offsetX/offsetY
Reported by: | jenmic | Owned by: | jenmic |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I use jQuery 1.4.2 and observed that the attributes layerX/layerY (e.g. Firefox) and offsetX/offsetY (e.g. IE) of mouse events like click are not normalized:
In both browsers all four attributes are available on the jQuery Event object. But layerX/layerY is only filled in Firefox and offsetX/offsetY only in in IE. So I have to consider the browser to find out which attribute to use to find the relative click position within the target.
Is this intended?
This seems to be related to the following tickets: http://dev.jquery.com/ticket/2451 http://dev.jquery.com/ticket/2911
Thanks
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | 1.4.2 |
---|---|
Owner: | set to jenmic |
Priority: | → undecided |
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
comment:3 Changed 12 years ago by
This should be re-opened. At least one of these coordinate sets (either layer or offset) needs to be added to the normalized list. As is, there is no normalized equivalent for this frame of reference.
Please provide a working testcase. Thank you!