Bug 40267

Summary: [GTK] Mouse movement should not trigger a replay of saved events in the event sender
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 39561    
Attachments:
Description Flags
Patch for this issue none

Description Martin Robinson 2010-06-07 14:28:34 PDT
To match the behavior of other platforms, a mouse movement while a mouse button is down should not trigger a replay of the event queue. Instead, the events should be played back after the test releases the mouse button. I noticed this while enabling slider tests.
Comment 1 Martin Robinson 2010-06-07 15:01:10 PDT
Created attachment 58090 [details]
Patch for this issue
Comment 2 Martin Robinson 2010-06-07 15:13:09 PDT
Comment on attachment 58090 [details]
Patch for this issue

Clearing flags on attachment: 58090

Committed r60803: <http://trac.webkit.org/changeset/60803>
Comment 3 Martin Robinson 2010-06-07 15:13:14 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Review Bot 2010-06-07 15:36:27 PDT
http://trac.webkit.org/changeset/60803 might have broken GTK Linux 64-bit Debug