Search and Top Navigation
#7641 closed bug (notabug)
Opened August 15, 2011 05:08PM UTC
Closed August 30, 2011 08:10AM UTC
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.
Attachments (0)
Change History (2)
Changed August 15, 2011 05:20PM UTC by comment:1
component: | ui.core → ui.sortable |
---|---|
owner: | → mamkkl |
status: | new → pending |
Changed August 30, 2011 08:10AM UTC by comment:2
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.