#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: | ||
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?
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to jas_raj |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
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.
comment:3 Changed 11 years ago by
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.