Side navigation
#833 closed bug (wontfix)
Opened January 17, 2007 05:40AM UTC
Closed January 18, 2007 06:59PM UTC
Last modified June 20, 2007 02:13AM UTC
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
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>
Attachments (0)
Change History (1)
Changed January 18, 2007 06:59PM UTC by comment:1
description: | \ 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> → 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> |
---|---|
resolution: | → wontfix |
status: | new → closed |
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."