IE issues with drag/drop (script.aculo.us)

Posted by deb on Stack Overflow See other posts from Stack Overflow or by deb
Published on 2010-06-14T18:32:24Z Indexed on 2010/06/14 18:32 UTC
Read the original article Hit count: 153

Filed under:
|

I have a page with a left and a right div. Inside each of these there are several divs. I can drag&drop them inside the left/right divs or move from one to the other

So the page is something like

........ ........ ........ ........

I am using scriptaculous and prototype for the drag&drop

If I drag in Firefox things work fine. In IE6-IE8 however I have 2 problems:

1) When I drag from left to right or the other way around, the inner divs do not keep their relative distances: the div I moved now overlaps with the div on the opposite side (if I do a reload of the page the divs are set correctly again)

2) If I shrink the window width below a certain width the divs either on the left or the right droppable disappear.

Any ideas?

deb

© Stack Overflow or respective owner

Related posts about prototype

Related posts about scriptaculous