Opened 14 years ago
Closed 14 years ago
#4238 closed bug (notabug)
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 :-)
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | 1.6 → 1.8 |
---|
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This must be a bug with slideToggle. Could you open a bug at http://dev.jquery.com? Thanks!