Bug 33605 - [Android] [Qt] The document.createEvent API does not support touch events.
Summary: [Android] [Qt] The document.createEvent API does not support touch events.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ben Murdoch
URL:
Keywords:
Depends on:
Blocks: 32485
  Show dependency treegraph
 
Reported: 2010-01-13 09:43 PST by Ben Murdoch
Modified: 2010-01-14 02:03 PST (History)
3 users (show)

See Also:


Attachments
Proposed patch and test. (3.86 KB, patch)
2010-01-13 09:50 PST, Ben Murdoch
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Murdoch 2010-01-13 09:43:06 PST
The document.createEvent API does not allow the creation of touch events.

I have a patch that will enable it with the syntax document.createEvent("TouchEvent").
Comment 1 Ben Murdoch 2010-01-13 09:50:09 PST
Created attachment 46470 [details]
Proposed patch and test.
Comment 2 WebKit Commit Bot 2010-01-14 02:03:41 PST
Comment on attachment 46470 [details]
Proposed patch and test.

Clearing flags on attachment: 46470

Committed r53250: <http://trac.webkit.org/changeset/53250>
Comment 3 WebKit Commit Bot 2010-01-14 02:03:47 PST
All reviewed patches have been landed.  Closing bug.