[Proto-Scripty] Re: Drag and Drop with overflow auto

2008-11-10 Thread bazikch
Hi, It smells like your element is not correctly extended. IE doesn't let you modify the element's _prototype_. You can find the explanation here (last section): http://www.prototypejs.org/learn/extensions Hope this help. On Nov 7, 11:43 am, Haraldo [EMAIL PROTECTED] wrote: Hi there, I

[Proto-Scripty] Re: Drag and Drop with overflow auto

2008-11-07 Thread Haraldo
Hi there, I have the same issue: var value = element.style[style]; Firefox 3 happens to register it as follows ( similar error in ie7 ): element is null line: 1903 Has anyone worked out what's going on here. I know it seems to affect the draggable items. My code is not affected at all. The

[Proto-Scripty] Re: Drag and Drop with overflow auto

2008-10-06 Thread blechler
The patch to which you are linking works fine in FF3, but in IE as soon as I try to drag something I get an error stating that 'style' is not defined. If you could please provide the code you tacked on to the end of your dragdrop.js file I would really appreciate it. On Sep 18, 3:50 am, bazikch