Skip to main content

Search and Top Navigation

#6873 closed bug (duplicate)

Opened January 17, 2011 11:58PM UTC

Closed January 18, 2011 01:01AM UTC

Last modified January 18, 2011 01:01AM UTC

Table header sorting on Chrome break layout

Reported by: tos1121 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.sortable Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:
Description

Table header sorting using sortable with Chrome is not good result.

After sort completed, Although DOM object of the place holder was removed

the place holder area stay on the same place.

sample code is below.

$("table>thead>tr").sortable();
<table>
 <head>
  <tr><th>a</th><th>b</th><th>c</th></tr>				
 </thead>
 <tbody>
  <tr><td>a1</td><td>b1</td><td>c1</td></tr>
  <tr><td>a2</td><td>b2</td><td>c2</td></tr>
 </tbody>
</table>
Attachments (0)
Change History (2)

Changed January 18, 2011 01:01AM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed January 18, 2011 01:01AM UTC by scottgonzalez comment:2

Duplicate of #6032.