Ticket #10634 (closed bug: worksforme)
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: | ||
| Blocking: | Blocked by: |
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?
Change History
comment:2 Changed 19 months ago by jas_raj
- Status changed from pending to 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.
comment:3 Changed 19 months ago by dmethvin
- Status changed from new to closed
- Resolution set to worksforme
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.