I have to say, I'm impressed you've made it as far as you have. Dragging TRs
and TDs is not currently supported. I'm hoping we can add the feature
someday, but it'll mean solving problems like the ones you're hitting. I'm
pretty sure the main difficulties stem from the fact that when the element
(like a TR for example) is cloned, the browser wants it to be in a table. It
may involve digging into the draggable code for now, and if a TR is cloned,
placing it in a table, and then your helper is a TABLE that contains a TR
instead of a lone TR. If you're interested and able to figure this out, that
would sweet. In any case, you can share what you learn and track progress
others make on it here:

http://dev.jqueryui.com/ticket/2405

Thanks.

- Richard

On Tue, Feb 24, 2009 at 9:34 AM, Joe <[email protected]> wrote:

>
> 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
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to