G-Srikanth / dragtable

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

Size of dragging column set incorrectly #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The width and height of the dragging column are set incorrectly when 
copying them from the offsetWidth and offsetHeight properties of the 
original column node (the 'px' suffix is missing).

Attached is a patch that fixes the problem.

Original issue reported on code.google.com by johndoej...@googlemail.com on 2 Jul 2008 at 12:26

Attachments:

GoogleCodeExporter commented 9 years ago
Upload was broken by google or opera, hope it works now.

Original comment by johndoej...@googlemail.com on 7 Jul 2008 at 8:40

Attachments:

GoogleCodeExporter commented 9 years ago
yes I was having this issue too and actually came to the same conclusion that 
the 
string needed to be concatonated with +"px" to be a valid width
nice work

Original comment by maxstrue...@gmail.com on 30 Jun 2009 at 8:15

GoogleCodeExporter commented 9 years ago
I've submitted revision 17, which incorporates this fix. Thanks.

Original comment by danvdk on 30 Jun 2009 at 9:34