Bug 33605

Summary: [Android] [Qt] The document.createEvent API does not support touch events.
Product: WebKit Reporter: Ben Murdoch <benm>
Component: WebCore Misc.Assignee: Ben Murdoch <benm>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, commit-queue, hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 32485    
Attachments:
Description Flags
Proposed patch and test. none

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.