#833 closed bug (wontfix)
Interface Sortable doesn't work in tables
Reported by: | spark | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | 1.1 |
Keywords: | sortable, table, tbody | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
Using a sortable on a table makes a mess on the table, with white space between each row in the height of the row. In the Drop, the <tr> element does not come to it's final position.
In scriptaculous , they solved it somehow, using <tbody>
Change History (1)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
quote from scriptaculous track:
"Dragging in tables does not work in any workable amount due to browser bugs. This is why Google also does not use tables for this purpose."
Q:"Hi. It would be great if we could drag and drop <tr> element in table as a lot of lists are made with tables ..." A:"This is not possible to implement because browsers don't support various things needed for drag and drop with table rows."