Opened 7 years ago
#14894 new bug
Sortable: Large items of nested sortable can not be inserted on top
Reported by: | go-two | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.11.4 |
Keywords: | sortable nested | Cc: | |
Blocked by: | Blocking: |
Description
JsFiddle: jsfiddle.net/355d6yrk
Versions: jQuery 1.11.0, iQuery UI 1.11.4, Firefox 43.0.2, Opera 12.17
How to reproduce:
-
- take item72
- drop it between item15 - item16
- -> it works as expected
- take item73
- drop it between item10 - item11
- -> it works NOT as expected
- Press button "short text"
- repeat the steps 1.1. - 1.5.
- -> it works as expected
Hints:
The effect occurs when the text differs by exactly one additional character of item. This can be verified in the JsFiddle example by changing the text length from
this is a loooooooooooooooooooooooooooooooong text
(22 'o' chars) to
this is a looooooooooooooooooooooooooooooooong text
(23 'o' chars).
Note: See
TracTickets for help on using
tickets.