Bug 96294 - Add TouchList.identifiedTouch method
Summary: Add TouchList.identifiedTouch method
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2012-09-10 11:19 PDT by Rick Byers
Modified: 2014-12-09 08:31 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Byers 2012-09-10 11:19:36 PDT
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.
Comment 1 Dominik Röttsches (drott) 2013-02-08 04:44:15 PST
Rick, any plans to continue work on this one? Thanks.
Comment 2 Rick Byers 2013-02-08 04:52:31 PST
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.
Comment 3 Dominik Röttsches (drott) 2013-02-08 04:54:05 PST
(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.
Comment 4 Rick Byers 2014-12-09 08:31:47 PST
There's no longer a TEv2, so this is obsolete.