iframe as scriptaculous droppable
Posted
by Nathan
on Stack Overflow
See other posts from Stack Overflow
or by Nathan
Published on 2010-02-10T16:51:19Z
Indexed on
2010/04/13
2:22 UTC
Read the original article
Hit count: 426
I have a sortable list and an iframe on the same page. What I'm trying to do is define the <iframe>
as a Droppable. Everything works with out errors but when I try to drag a sortable item across the Iframe it stops at the edge. ( if I move it slowly it seems works in firefox)
The Iframe is set to DesignMode ="on" so covering it with a transparent element to act as the droppable does not seem applicable here. Anyone know of any other solutions or a better way to handle this?
© Stack Overflow or respective owner