[jQuery] Re: Interface: Rearranging a table by drag and drop

2007-05-30 Thread Richard D. Worth
On 5/30/07, Gordon <[EMAIL PROTECTED]> wrote: Actually it's looking like this approach doesn't work at all well. The drop seems to work okay in IE7, bt you don't see a ghosted element on drag. In opera 8.5 nothing happens at all (though no javascript errors are thrown). The only browser it ap

[jQuery] Re: Interface: Rearranging a table by drag and drop

2007-05-30 Thread Gordon
Actually it's looking like this approach doesn't work at all well. The drop seems to work okay in IE7, bt you don't see a ghosted element on drag. In opera 8.5 nothing happens at all (though no javascript errors are thrown). The only browser it appears to work properly in is Firefox 1.5, the pri

[jQuery] Re: Interface: Rearranging a table by drag and drop

2007-05-30 Thread Gordon
I did look at the sortables interface module, but that seems like overkill for what I need. I think all I really need to be able to do is have a tipping point at half the height of the cell that gets dropped on. If it's below it the nuse after, if above it, then use before. I guess you can acce