So I've got what I'm pretty sure is the most recent version of MochiKit
via SVN and I'm using the Sortable. I'm having an issue where setting
either (or both) of the 'scroll' or 'ghosting' options to true causes
some weird looking rendering and behavior (at least in Firefox
1.5.0.3).
When I add the scroll option only to my default options, I get no
animation at all in between the sortable snapping into new positions.
(No dragging animation, in other words.)
When I add the ghosting option only, I get dragging animation
(underneath the original element instead of on top) but NO snapping
into place animation. When I drop the element, it snaps into place and
I finally see where it was headed, but it doesn't show up moving around
the sortables DURING the drag.
When I add both options, I get a weird ghosted version of the box that
LOOKS like it's dragging around but actually just snaps to the top of
sortable areas. When you drop it, it pops into the right place. It
almost looks like the animation is just running REALLY slow, but it's
actually just fine (buggy, but not slow.)
Any ideas? I'm guessing it's something to do with the fact that these
options all try to create 3 versions (original and 2 copies) of the
sorting element during the drag? Maybe? That's my best guess.
Here are the default options I'm using other than ghosting and scroll:
{
tag: 'div',
only: 'block',
handle: 'handle',
dropOnEmpty: true,
constraint: false
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit
-~----------~----~----~----~------~----~------~--~---