Opened 12 years ago
Closed 12 years ago
#7641 closed bug (notabug)
sortable failed between the last two modules in the same row if not declaring the axis
Reported by: | mamkkl | Owned by: | mamkkl |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.sortable | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As the summary saying above. after loading the page, there are 9 modules compose to be a 3*3 map, but if I want to sort between (1,2)&(1,3) or (2,2)&(2,3) or (3,2)&(3,3), I must move the second one to take place of the first one, if change this transform order, the sortable will fail, nothing will happen. However, if declaring the axis as 'x', this problem won't happen.
Change History (2)
comment:1 Changed 12 years ago by
Component: | ui.core → ui.sortable |
---|---|
Owner: | set to mamkkl |
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please provide a reduced test case showing the problem.