#3241 closed bug (wontfix)
ui.sortable + table + (cellspacing > 0) = problem
Reported by: | kwaping | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.sortable | Version: | 1.6b |
Keywords: | sortable, table, cellspacing | Cc: | |
Blocked by: | Blocking: |
Description
Please see attached code example. A setting of any positive value for cellspacing creates visual issues when sorting rows of a table. It appears to double the cellspacing attribute under certain circumstances. Setting the cellspacing attribute to zero resolves the issue, but this is a workaround at best.
I have only tested this issue with Firefox 2.0.0.16 and Safari 3.1.2 on OSX. The issue appears in both browsers.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | index.html added |
---|
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Sorting table rows is not officially supported by jQuery UI.
Note: See
TracTickets for help on using
tickets.
Simple test case