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.
Note: See
TracTickets for help on using
tickets.
Fixed in r2081.