Is there a way to use DropTarget without "snapping" the movable element
into place? For example if I wanted to overlap the individual movable
elements in the target area or only having part of the movable element
touching the target? 

To get around the above issue I used dojo's HTMLDragMoveSource which
allowed me to drag and move the elements anywhere on the page. However,
any time I drag the elements over on top of the target div and release,
I am unable to move the dragable element again unless I try to drag a
part of it that is dangling past the target div. This only happens
whenever I set my target div positioning to either relative or absolute
(which I need to do to get some coordinates). This is in Firefox only.
The z-index of the target div is set to 0 and the movable elements are
higher than that, but in Firefox the target div will still overlay on
top of the movable elements causing them to no longer be movable. 

If anyone could let me know if I could use DropTarget or something else
for overlapping or know why relative/absolute positioned elements are
always on top of the movable elements in Firefox (even with the
z-indexes set) it would be greatly appreciated. 

Anna

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to