Bug 113504

Summary: Click event not fired on BUTTON element when moving mouse while clicking
Product: WebKit Reporter: ernests
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.8   

Description ernests 2013-03-28 06:44:26 PDT
Click event doesn't get fired when clicking on button text, but releasing outside the text (however, still inside the button).

Steps to reproduce:

1. Press left mouse button while the cursor is over button text
2. Move the cursor (while pressed) to an area of the button without text
3. Release the mouse button

Events mousedown and mouseup fire. click — does not.

Fiddle: http://jsfiddle.net/5ReUn/3/
Comment 1 Alexey Proskuryakov 2013-03-28 14:52:04 PDT
Same as bug 39620?
Comment 2 ernests 2013-03-28 23:34:16 PDT

*** This bug has been marked as a duplicate of bug 39620 ***