Side navigation
#10634 closed bug (worksforme)
Opened November 02, 2011 10:24AM UTC
Closed November 03, 2011 12:59AM UTC
Last modified March 14, 2012 07:41AM UTC
event.layerX and event.layerY WebKit warnings still being displayed
Reported by: | jas_raj | Owned by: | jas_raj |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
RE: http://bugs.jquery.com/ticket/10531
I've just upgraded to 1.7RC2 and warnings are still being generated regarding event.layerX and event.layerY when using the Accordion from jQuery UI and selecting the different tabs within it.
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
I'm unsure whether this is a jQuery Core issue or jQuery UI issue?
Attachments (0)
Change History (3)
Changed November 02, 2011 12:21PM UTC by comment:1
owner: | → jas_raj |
---|---|
status: | new → pending |
Changed November 02, 2011 02:03PM UTC by comment:2
status: | pending → new |
---|
The issue occurs using the Accordion demo given on the jQuery UI demo.
I've added this code into jsFiddle - http://jsfiddle.net/psxp2/.
However, I think the underlying jsFiddle framework causes the warning to occur regardless.
If you put the code into a blank HTML file and reference the 1.7RC2 jQuery Core JS file and the 1.8.16 jQuery UI file the problem also occurs.
Changed November 03, 2011 12:59AM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | new → closed |
I'm going to treat this report on the Chrome ticket I opened as confirmation that this issue is truly fixed, at least for jQuery core.
http://code.google.com/p/chromium/issues/detail?id=101733#c1
Can you provide a test case in jsFiddle? The layerX and layerY properties have definitely been removed in rc2, but other code outside jQuery core may be accessing it.