Skip to main content

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!

Attachments (0)
Change History (3)

Changed May 08, 2012 08:01PM UTC by antishok comment:1

This issue was also referenced to here: http://bugs.jqueryui.com/ticket/6970

Changed May 08, 2012 08:03PM UTC by scottgonzalez comment:2

resolution: → duplicate
status: newclosed

Changed May 08, 2012 08:03PM UTC by scottgonzalez comment:3

Duplicate of #7665.