Bug 44411

Summary: Spin-button doesn't release mouse capturing
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, adele, dglazkov, eric, fishd, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://crbug.com/52201
Bug Depends on:    
Bug Blocks: 27968    
Attachments:
Description Flags
Patch
none
Patch 2 (improved test message) none

Description Kent Tamura 2010-08-23 02:21:02 PDT
Spin-button doesn't release mouse capturing
Comment 1 Kent Tamura 2010-08-23 03:44:31 PDT
Created attachment 65100 [details]
Patch
Comment 2 Kent Tamura 2010-08-23 17:34:17 PDT
Created attachment 65186 [details]
Patch 2 (improved test message)
Comment 3 Shinichiro Hamaji 2010-08-25 01:05:20 PDT
Comment on attachment 65186 [details]
Patch 2 (improved test message)

Looks good.

WebCore/ChangeLog:8
 +          - LeftButton should be checked only for clickEvent.
Please note that mouse move worked even before this change because of the reason you described to me locally.
Comment 4 Kent Tamura 2010-08-25 01:39:37 PDT
Thank you for reviewing.

(In reply to comment #3)
> WebCore/ChangeLog:8
>  +          - LeftButton should be checked only for clickEvent.
> Please note that mouse move worked even before this change because of the reason you described to me locally.

Added a sentence.


Committed as r65997.
Comment 5 WebKit Review Bot 2010-08-25 02:31:47 PDT
http://trac.webkit.org/changeset/65997 might have broken GTK Linux 64-bit Debug