Skip to main content

Search and Top Navigation

#4740 closed bug (worksforme)

Opened August 03, 2009 01:28PM UTC

Closed November 04, 2012 06:25PM UTC

nested sortables creates multiple placeholders in IE

Reported by: kae Owned by:
Priority: minor Milestone: 2.0.0
Component: ui.sortable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

<ul>

<li>menu 1

<ul>

<li>submenu 1<ul></ul></li>

<li>submenu 2<ul></ul></li>

</ul>

</li>

</ul>

if you create sortables from the above <ul>s and connectWith them together, that creates a nested sortable. but, in IE, dragging "submenu 1" (for example) will create two placeholders; 1 for the top <ul> and another for the second-level one.

Attachments (0)
Change History (3)

Changed August 03, 2009 07:01PM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed October 11, 2012 02:54PM UTC by scottgonzalez comment:2

milestone: 1.9.02.0.0

Changed November 04, 2012 06:25PM UTC by mikesherov comment:3

resolution: → worksforme
status: newclosed

Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI. http://jsfiddle.net/74RTW/1/

If you can still reproduce it, please feel free to reply to this ticket with a test case showing the problem. Thanks!