I would have expected the items to be extended when they were declared as Draggables - no? Or are we talking about possibly the container that the items came from? And without getting into the browser incompatibilities, wouldn't that fail on FF and IE equally?
On Sep 25, 11:45 am, "T.J. Crowder" <[EMAIL PROTECTED]> wrote: > Hi Kevin, > > Usually "Object does not support this action" messages in IE mean that > you're trying to use extended functions on an unextended element. > Make sure that all elements you're working with have been extended via > $(). More:http://www.prototypejs.org/learn/extensions > > HTH, > -- > T.J. Crowder > tj / crowder software / com > > On Sep 25, 6:36 pm, Kevin King <[EMAIL PROTECTED]> wrote: > > > I am reasonably new to Prototype and script.aculo.us but I have a > > project where dragging and dropping are crucial elements of the > > solution. Ghosting would make the drag-n-drop even better, but on IE7 > > everything I've tried - including the samples - generates "Object does > > not support this action" messages in IE on line 413 of dragdrop.js. > > > I've tried running script.aculo.us 1.8.1 with the included Prototype > > and also with the 1.8.1 Prototype with no luck for either. I have to > > believe that someone has ghosting working on IE7, so what am I missing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
