On 16 Nov., 18:40, Surendra <singhi.suren
...@gmail.com> wrote:
> Hi,
> It seems Drag and Drop in scriptaculous 1.8 with ghosting on is broken In IE.
> The culprit is the line
> delete this.element._originallyAbsolute;
> in finishDrag function
I have exactly the same problem. In IE6 and IE7 (standalone) it throws
me an "Object does not support this action" message, in FF it runs
just fine. Changing the line to 'this.element._originallyAbsolute =
null;' helps, but like Surendra I have no clue if that is the correct
way to handle removal.
PS: The z-index problem with draggables (which you have dropped on
another droppable) is still present. :-(
Greetings,
Robert