Hi all, I just tried the latest version and saw that parts of my page stopped working. I debugged some and found out that the error is somewhere in the effects.js file. Cause if I upload the older effects.js with the latest files then it all works. I also found out that the ''new Draggable(..'' effect was the cause of the error since it works with the latest effects.js if I comment it out. This is what the debugger says is wrong when it runs a new Draggable(... ::value has no properties prototype.js (line 479) Hope this is enough for you to locate the error.
You probably didn''t update your prototype.js file (it''s in lib/ in the scriptaculous download). -Thomas Am 29.03.2006 um 17:02 schrieb Danijel K.:> Hi all, > > I just tried the latest version and saw that parts of my page > stopped working. I debugged some and found out that the error is > somewhere in the effects.js file. Cause if I upload the older > effects.js with the latest files then it all works. I also found > out that the ''new Draggable(..'' effect was the cause of the error > since it works with the latest effects.js if I comment it out. > > This is what the debugger says is wrong when it runs a new Draggable > (... > ::value has no properties prototype.js (line 479) > > > > Hope this is enough for you to locate the error. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs-- Thomas Fuchs wollzelle http://www.wollzelle.com http://www.fluxiom.com :: online digital asset management http://script.aculo.us :: Web 2.0 JavaScript http://mir.aculo.us :: Where no web developer has gone before
I wish it was that simple. But when I say I found a bug then I found a bug =) http://dev.rubyonrails.org/browser/spinoffs/scriptaculous/CHANGELOG * Fix problem with id-based handle names and draggables :) Glad it''s fixed, good job guys. --------- You probably didn''t update your prototype.js file (it''s in lib/ in the scriptaculous download). -Thomas Am 29.03.2006 um 17:02 schrieb Danijel K.:> > Hi all, > > > > I just tried the latest version and saw that parts of my page > > stopped working. I debugged some and found out that the error is > > somewhere in the effects.js file. Cause if I upload the older > > effects.js with the latest files then it all works. I also found > > out that the ''new Draggable(..'' effect was the cause of the error > > since it works with the latest effects.js if I comment it out. > > > > This is what the debugger says is wrong when it runs a new Draggable > > (... > > ::value has no properties prototype.js (line 479) > > > > > > > > Hope this is enough for you to locate the error.