G-Srikanth / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

Elements inserted at wrong place in DOM #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<style>
body { text-align: center; }
div { text-align: left; }
</style>

<body>
  <div><table class="draggable">...</table></div>
</body>

When table columns are dragged, the text in them is centered.

Original issue reported on code.google.com by danvdk on 18 Jun 2008 at 3:55

GoogleCodeExporter commented 9 years ago
Fixed by revision 10.

Original comment by danvdk on 18 Jun 2008 at 4:15