Bug 113504 - Click event not fired on BUTTON element when moving mouse while clicking
Summary: Click event not fired on BUTTON element when moving mouse while clicking
Status: RESOLVED DUPLICATE of bug 39620
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.8
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 06:44 PDT by ernests
Modified: 2013-03-28 23:34 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***