[jQuery] Draggables, Droppables and Sortables update
> If I click an item, the replacement outline-box isn't displayed until
> I move the mouse at least one pixel, it seems like that box should
> appear immediately.
Fix it. Now it appears
> This may be related to the previous problem, but if I don't move an
> element and then release it, it moves up to the top left corner of the
> page (??) and not to its final destination.
This is a bug in the fx plugin. If the animation has the same start and
end points then the element goes crazy. I placed a check so if the
element is not moved the fx is not used.
> For the outline-box (that shows where the item is going to drop) you
> should probably not use something with a border (or if you do want to
> use a border, make sure that every other element has one), otherwise
> you get a jerky two pixel offset.
Yes, but the sorthelper can be formated from CSS, so it is up to user
> For the outline-box (that shows where the item is going to drop) you
> should probably not use something with a border (or if you do want to
> use a border, make sure that every other element has one), otherwise
> you get a jerky two pixel offset.
Yes, i know. It was worst yesturday. I still have to make a revesion to
clean some junk and to check on object reference.
I have a question. If I have a reference of an element in variable 'dh'
and if I want to apply some formating, wich way is faster?
1. $(dh).css({....})
or
2. dh.style.display = ...
> Also, this really strange bug that I'm able to duplicate. You take an
> element and drag it slowly to the right, you'll see the blue hover
> underneath the element - but if you go slow enough you can see the
> blue hover appear in position of the last floated element - at this
> point the 'hover' element is stuck in position on top of everything
> else. I really need to make a video of it, but in the mean time,
> here's a screenshot of the final result:
I know about this bug. It appears also in the first demo. When the
pointer is between elements the sort helper is displayed at the end of
the container.
I know you have great hopes regarding such a script beased on jquery. I
start develop it because i want to drop prototype and scriptaculos. The
sortable think was the only thing I miss so ..
But I'm not such a good programmer. I developed this based on a tutorial
:) . Maybe with a little help this can be finished right.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/