Bug 32601 - [Qt] Add support for generating drag events with eventSender
Summary: [Qt] Add support for generating drag events with eventSender
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-16 01:37 PST by Andreas Kling
Modified: 2009-12-16 01:54 PST (History)
3 users (show)

See Also:


Attachments
Maintain button state between mouse events (2.70 KB, patch)
2009-12-16 01:40 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2009-12-16 01:37:19 PST
The current Qt implementation of eventSender doesn't maintain button state between events, which makes it impossible to generate drag events.
Comment 1 Andreas Kling 2009-12-16 01:40:20 PST
Created attachment 44957 [details]
Maintain button state between mouse events
Comment 2 WebKit Review Bot 2009-12-16 01:41:40 PST
style-queue ran check-webkit-style on attachment 44957 [details] without any errors.
Comment 3 Simon Hausmann 2009-12-16 01:46:53 PST
Comment on attachment 44957 [details]
Maintain button state between mouse events

r=me
Comment 4 WebKit Commit Bot 2009-12-16 01:54:43 PST
Comment on attachment 44957 [details]
Maintain button state between mouse events

Clearing flags on attachment: 44957

Committed r52192: <http://trac.webkit.org/changeset/52192>
Comment 5 WebKit Commit Bot 2009-12-16 01:54:49 PST
All reviewed patches have been landed.  Closing bug.