Bug 96294
Summary: | Add TouchList.identifiedTouch method | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rick Byers <rbyers> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | afbarstow, d-r, syoichi |
Priority: | P2 | Keywords: | WebExposed |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Rick Byers
W3C TouchEvents spec says that TouchList should have an identifiedTouch method that returns an entry given the ID: http://www.w3.org/TR/touch-events/#widl-TouchList-identifiedTouch-Touch-long-identifier
We don't have this in WebKit, we should implement it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominik Röttsches (drott)
Rick, any plans to continue work on this one? Thanks.
Rick Byers
Thanks for the ping. We've been debating what to do about this method. Recently it was decide that it should be removed from the TouchEvents v1 spec: http://www.w3.org/2010/webevents/track/issues/28. It will still be in TEv2, but there are no plans to turn that into an official W3C spec any more (with the focus in w3c shifting to pointer events).
I can still see value in WebKit having this, but I don't personally plan to work on it now. It should be trivial though if someone else wants to pick it up.
Dominik Röttsches (drott)
(In reply to comment #2)
> Thanks for the ping. We've been debating what to do about this method. [...]
Thanks for the clarification, good to know.
Rick Byers
There's no longer a TEv2, so this is obsolete.