Skip to main content

Search and Top Navigation

#4238 closed bug (notabug)

Opened February 26, 2009 12:43PM UTC

Closed August 22, 2009 01:29PM UTC

jQuery "slideToggle" problem with UI's sortable

Reported by: tomick Owned by:
Priority: major Milestone: 1.8
Component: ui.sortable Version: 1.6rc6
Keywords: sortable, toggle Cc:
Blocked by: Blocking:
Description

I using sortable method to drag'n'drop content blocks on site. The blocks has a little control panel (ex. how many items in block should be). This panel using slideToggle method to show and hide. After update to jQuery 1.3 and jQuery UI 1.6rc6. jQuery "slideToggle" method is not working very well with a new versions of jQuery library.

This is a sample code:

$("#secBetaWindows").click(

function() {

$('#secBetaWindowsOptions').slideToggle("slow");

}

)

When i click "#secBetaWindows" element, control panel should be visible, and they are is. But, when I drag block to a new position, when i click "#secBetaWidnows" element, control panel has show up, but automatically hide- only when block has moved with jQuery UI sortable. In older versions jQ/jQ.UI this bug is no exist.

Sorry for my English :-)

Attachments (0)
Change History (2)

Changed March 12, 2009 12:15AM UTC by rdworth comment:1

milestone: 1.61.8

Changed August 22, 2009 01:29PM UTC by paul comment:2

resolution: → invalid
status: newclosed

This must be a bug with slideToggle. Could you open a bug at http://dev.jquery.com? Thanks!