Search and Top Navigation
#3241 closed bug (wontfix)
Opened August 21, 2008 05:25AM UTC
Closed September 17, 2008 03:19PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Sorting table rows is not officially supported by jQuery UI.