Re: event.layerX, event.offsetX, event.layerY, event.offsetY

Hello,

On Wed, Oct 26, 2011 at 12:50 PM, Karl Dubost <karld@opera.com> wrote:
> Mozilla and Webkit implements layerX, layerY
> https://developer.mozilla.org/en/DOM/event.layerX
> https://developer.mozilla.org/en/DOM/event.layerY

WebKit is in favor of removing them from the platform.
In fact, they've recently deprecated it.
<http://trac.webkit.org/changeset/97380>

With recent builds of Chrome Canary I saw a message in the console
saying that they're going to be removed in near future.

And it looks like jQuery 1.7 is going to remove support for them so
that it won't show the error message.
<http://bugs.jquery.com/ticket/10531>

A bug to remove them from Gecko has also filed.
<https://bugzilla.mozilla.org/show_bug.cgi?id=674292>

-- 
Masataka Yakura
<myakura.web@gmail.com>

Received on Wednesday, 26 October 2011 06:16:17 UTC