Skip to main content

Search and Top Navigation

#5111 closed bug (fixed)

Opened January 30, 2010 01:58AM UTC

Closed February 20, 2010 02:32AM UTC

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

Attachments (0)
Change History (2)

Changed February 03, 2010 06:02PM UTC by scottgonzalez comment:1

priority: majorcritical

Changed February 20, 2010 02:32AM UTC by scottgonzalez comment:2

resolution: → fixed
status: newclosed

Fixed in r3831.