Modify ↓
Ticket #3271 (closed bug: invalid)
ui.sortable + table + (cellspacing > 0) = problem
| Reported by: | kwaping | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | ui.sortable, table, cellspacing | Cc: | |
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by kwaping
-
attachment
index.html
added
comment:1 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
This belongs to jQuery UI. Please repost this to the UI Bug Tracker.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Simple test case. You'll need to point the jquery paths to your own files.