[Webkit-unassigned] [Bug 157269] TouchEvent objects shouldn't contain co-ordinates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 10:29:48 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157269

--- Comment #1 from Rick Byers <rbyers at chromium.org> ---
I assume this is because pageX, pageY, layerX, layerY are on UIEvent.idl in WebKit (https://github.com/WebKit/webkit/blob/66e68cd8d7bf4ea1cf52f31ed9cb242f83ea5b57/Source/WebCore/dom/UIEvent.idl).

Chromium has never (AFAIK) reported non-zero values for TouchEvent.pageX/pageY/layerX/layerY, and we removed those properties from TouchEvent completely about a year ago (https://bugs.chromium.org/p/chromium/issues/detail?id=50327).

We're not aware of a single website which is depending on seeing these properties on TouchEvents, so it's likely highly web compatible to move them from UIEvent to MouseEvent as we did in blink.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160502/90ec215f/attachment.html>


More information about the webkit-unassigned mailing list