Search and Top Navigation
#8305 closed bug (duplicate)
Opened May 08, 2012 07:56PM UTC
Closed May 08, 2012 08:03PM UTC
Last modified May 08, 2012 08:03PM UTC
Drag-clicking on checkbox/buttonset doesn't register as click
Reported by: | antishok | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The problem happens when using .buttonset() on radios or checkboxes, or just .button() on a checkbox.
If the mousedown occurs on the button, then drag (a little or a lot), then mouseup while still over the button, the button will not get clicked.
Example: http://jsfiddle.net/antishok/pn7xP/
(Those are straight from the jqui examples)
Since these are buttons/buttonsets, I believe they should behave like them with regards to these drag-clicks.
Some people also have "sloppy" clicks which might drag a bit before the mouseup, and then it doesn't get clicked as they would expect (and then they blame me! otherwise I probably wouldn't have filed a ticket)
Cheers!
This issue was also referenced to here: http://bugs.jqueryui.com/ticket/6970