Opened 13 years ago
Closed 10 years ago
#5656 closed bug (invalid)
peculiarity with right-aligned sortable items
Reported by: | fajeuqwrhf | Owned by: | fajeuqwrhf |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.1 |
Keywords: | right | Cc: | |
Blocked by: | Blocking: |
Description
When assigning Sortable to a list of horizontal right-aligned items (by "float: right" or by "direction:rtl"), it does not work as expected and react strangely to the user's actions.
For example, go to here: http://jqueryui.com/demos/sortable/display-grid.html and change the css to #sortable li { float: right; }
Change History (5)
comment:2 Changed 11 years ago by
comment:3 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Owner: | set to fajeuqwrhf |
---|---|
Status: | new → pending |
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 using the info provided. http://jsfiddle.net/7mkEg/1/
If you can still reproduce it, please feel free to reply to this ticket with a test case showing the problem. Thanks!
comment:5 Changed 10 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!
I'm having the same issue when items has float set to right. The bug can be viewed here: http://jsfiddle.net/jenyay/2VHnp/