Skip to main content

Bug Tracker

Side navigation

#3207 closed bug (invalid)

Opened July 31, 2008 05:12PM UTC

Closed August 01, 2008 02:52PM UTC

Last modified August 01, 2008 06:31PM UTC

Sortables do not work on sorted elements that are also resizable

Reported by: mlang74 Owned by:
Priority: critical Milestone: 1.3
Component: core Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

A sortable element that also has the resizable capability applied will not sort. I have created a sample file with sortables where the child elements being sorted are resizable. If I disable the line of code with resizing the sortable works. If I enable the resizable call resizing works, but the item will not sort.

The problem occurs if the resizable call is before or after the sortable call.

$(document).ready(function(){

$('.contentArea').resizable({resize:draggableResize, stop:draggableResizeComplete});

$('.contentGroup').sortable({items:'.contentArea', handle:'.moveButton', connectWith:'.contentGroup', opacity:'.5'});

});

Attachments (1)
  • Sortables_NestedError.html (3.3 KB) - added by mlang74 July 31, 2008 05:12PM UTC.

    demonstrates that resizable elements stop a sortable from working

Change History (3)

Changed July 31, 2008 05:14PM UTC by mlang74 comment:1

related to 3206 - nested sortables not working.

Changed August 01, 2008 02:52PM UTC by flesler comment:2

resolution: → invalid
status: newclosed

Please repost this to the UI Bug Tracker.

Changed August 01, 2008 06:31PM UTC by mlang74 comment:3