Opened 13 years ago
Closed 13 years ago
#5111 closed bug (fixed)
1.8rc1 sortable#over method bugged -- called along with #sort instead of on mouseover
Reported by: | shuckster | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.sortable | Version: | 1.8rc1 |
Keywords: | over out sort sortable droppable | Cc: | |
Blocked by: | Blocking: |
Description
jQuery UI 1.8 (all versions, including the new RC1) call #over (seemingly) at the same time as #sort. #sort gets called very often since it's hooked into mousemove, so for #over which supposed to be called only occasionally this is quite a problem.
1.7.2 behaviour calls #over only when the mouse enters the droppable/sortable area, as expected.
1.8rc1: http://jsbin.com/uxilo3/edit 1.7.2: http://jsbin.com/uxilo3/2/edit
Change History (2)
comment:1 Changed 13 years ago by
Priority: | major → critical |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3831.