draggable TR's in subtables in IE

draggable TR's in subtables in IE


Hi,
I'm trying to build a feature for my users to allow them to move
materials around in tables, and more importantly, into groups (and out
of groups).
I've been able to build the functionality with support for safari &
firefox, but I cannot figure out how to work around what appears to be
a bug in IE7's handling of tables within tables, when acting on the
table rows.
http://www.gameowls.com/test
The url above has working functionality (with one use case that fails
in all browsers, but I think I can manage to work around that) in
webkit & firefox3, but when you try to drag a row in a subtable, it
tries to drag the row from the parent's table.
I've hit a standstill in trying to figure out how to make it work in
IE7, and am hoping someone could point me in the right direction.
Thanks,
-Joe