Opened 14 years ago
Closed 10 years ago
#4740 closed bug (worksforme)
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.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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!