Side navigation
#2451 closed bug (duplicate)
Opened March 03, 2008 05:57PM UTC
Closed February 13, 2009 02:48AM UTC
Last modified March 15, 2012 02:13AM UTC
LayerX and layerY returns undefined in IE/Opera
Reported by: | Haris | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
object.layerX and object.layerY is not cross-browser. IE/Opera doesn't support layerX and layerY variables returned by mouseover, click and other events.
Attachments (0)
Change History (3)
Changed January 18, 2009 02:57AM UTC by comment:1
Changed January 28, 2009 12:12PM UTC by comment:2
This is the same as;
http://dev.jquery.com/ticket/2911
In JQuery 1.2.3 with Safari/FireFox/Opera, layerX/Y would return the expected values. However, when upgrading to 1.2.6, all browsers instead return undefined. In Internet Explorer 6/7 JQuery has always returned undefined.
Changed February 13, 2009 02:48AM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | new → closed |
OK, thanks, I'll close this as a dup and refer it back here.
jQuery returns the event object with whatever properties are provided by the browser, and also normalizes a set of properties so they will be consistent across all browsers.
Are you requesting that layerX and layerY be added to the normalized set?