On IE7 I get 'Object does not support this action' for the line delete this.element._originallyAbsolute;
This is in dragdrop.js at line 410 sticking the following just before this line alert( this.element.tagName + "," + this.element._originallyAbsolute ); and I get 'DIV,false' If I change the line to this.element._originallyAbsolute = null; and everything seems to work fine. Obviously this is something IE handles incorrectly, but is this a bug with scriptaculous, does _originallyAbsolute really need to be deleted can't it just be set to null, in fact looking through the code setting it to false should work also. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---