Bug 40269 - [GTK] r60803 broke media/controls-drag-timebar.html
Summary: [GTK] r60803 broke media/controls-drag-timebar.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 15:30 PDT by Martin Robinson
Modified: 2010-06-16 15:58 PDT (History)
3 users (show)

See Also:


Attachments
Fix for this regression (2.96 KB, patch)
2010-06-07 16:27 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-06-07 15:30:28 PDT
This is almost certainly due to a difference between the GTK+ EventSender implementation and those for other platforms.
Comment 1 Martin Robinson 2010-06-07 16:27:22 PDT
Created attachment 58092 [details]
Fix for this regression
Comment 2 Xan Lopez 2010-06-08 09:52:21 PDT
Comment on attachment 58092 [details]
Fix for this regression

So drag mode is the "official" way of disabling the queuing of events?
Comment 3 Martin Robinson 2010-06-08 09:57:13 PDT
In the case where an event is queued only because the mouse button is down, dragMode is the "official" way to disable queueing of events.
Comment 4 Eric Seidel (no email) 2010-06-12 19:07:40 PDT
I still don't understand dragMode.  I can't remember if ap or anttik added it.
Comment 5 Alexey Proskuryakov 2010-06-12 21:47:52 PDT
FWIW, Darin Adler added dragMode. I added event queuing.
Comment 6 Gustavo Noronha (kov) 2010-06-16 14:02:54 PDT
Comment on attachment 58092 [details]
Fix for this regression

My understanding reading Mac's event sending controller matches yours. What could possibly go wrong, anyway? Right? Right?
Comment 7 Martin Robinson 2010-06-16 15:58:11 PDT
Comment on attachment 58092 [details]
Fix for this regression

Clearing flags on attachment: 58092

Committed r61291: <http://trac.webkit.org/changeset/61291>
Comment 8 Martin Robinson 2010-06-16 15:58:16 PDT
All reviewed patches have been landed.  Closing bug.