Opened 14 years ago

Closed 14 years ago

#4146 closed bug (fixed)

$.ui.mouse: don't prevent click event if mouseup occurs on a different element than mousedown

Reported by: Scott González Owned by: Scott González
Priority: critical Milestone: 1.7
Component: ui.core Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

If you use a helper for draggable, the mouseup will occur on a different element than mousedown, but the flag to prevent the click event is still set. This causes the next click to be prevented.

See jquery-ui-dev thead.

Change History (1)

comment:1 Changed 14 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in r2081.

Note: See TracTickets for help on using tickets.