[Proto-Scripty] Upgrade to 1.7.3 issues

2015-11-27 Thread epoch
Hi All I've been having some issues with regards to the update of 1.7.3, would anyone be so kind as to check out the question on SO, the PrototypeJS tag does not seem to be very active lately: http://stackoverflow.com/questions/33952905/prototypejs-event-registry-issues Thank you :) -- You r

[Proto-Scripty] Re: Chrome 32 and Scriptaculous Drag and Drop

2014-01-28 Thread epoch
Thank Jason! On Tuesday, January 28, 2014 7:20:15 PM UTC+2, Jason wrote: > > > Hi All > > Just a fair warning Chome 32 deprecated document.body.scrollTop/scollLeft > -- so when implementing Draggables and Droppables in Scriptaculous the > location of the element that is dragged will not be in th

[Proto-Scripty] Re: Bug with Prototype 1.7 and Native Array Usage

2012-09-25 Thread epoch
sorry for cross-posting but here is the answer that helped me : http://stackoverflow.com/questions/12580410/bug-with-prototype-1-7-1-and-native-array-usage On Tuesday, September 25, 2012 11:40:17 AM UTC+2, epoch wrote: > > Using chrome 21 and prototype 1.7.1, I have discovered that

[Proto-Scripty] Re: Bug with Prototype 1.7 and Native Array Usage

2012-09-25 Thread epoch
Sorry for cross-posting, but here is the answer that helped me : http://stackoverflow.com/questions/12580410/bug-with-prototype-1-7-and-native-array-usage/ On Tuesday, September 25, 2012 11:40:17 AM UTC+2, epoch wrote: > > Using chrome 21 and prototype 1.7.1, I have discovered that

[Proto-Scripty] Re: Bug with Prototype 1.7 and Native Array Usage

2012-09-25 Thread epoch
Fiddle to re-create this issue : http://jsfiddle.net/epoch/Dxefg/ On Tuesday, September 25, 2012 11:40:17 AM UTC+2, epoch wrote: > > Using chrome 21 and prototype 1.7.1, I have discovered that using $throw > $break* does *not work. > > The Error/Exception gets thrown up to the

[Proto-Scripty] Bug with Prototype 1.7 and Native Array Usage

2012-09-25 Thread epoch
Using chrome 21 and prototype 1.7.1, I have discovered that using $throw $break* does *not work. The Error/Exception gets thrown up to the browser when it should have been stopped by *if (e != $break)* I suspect that this occurs because inject, each, etc have native implementations in Chrome, a

[Proto-Scripty] Re: Eliminate POST vars before submit

2011-08-02 Thread epoch
How about this.select('select').each(function(ss) { ss.getValue() == 0 && ss.disable(); }); On Aug 1, 7:10 pm, Martín Marqués wrote: > El día 1 de agosto de 2011 14:06, Martín Marqués > escribió: > > > 2011/8/1 T.J. Crowder : > >> You can make it just selects like this: > > >>    if(selects[i

[Proto-Scripty] Re: cant reference DOM in ie

2011-04-06 Thread epoch
Hi Robsan I has a similar problem a while ago, just a few tips, and I am not stating that this will fix the problem, * make sure your iframe has an id attribute * ensure the iframe and parent document has a valid doctype Also, i am using this function to get an iframe document. it works cross bro

[Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2010-04-22 Thread epoch
consider this question closed, hope this thread helps other people aswell. Cheers everyone On Apr 21, 9:58 am, epoch wrote: > Hi Again > > Just an update, i have done further debugging and have finally found > the problem after looking at the request headers with fiddler. > the

[Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2010-04-21 Thread epoch
se has any input, please share. Thanks guys! On Apr 20, 4:12 pm, epoch wrote: > Hi Guys > > This is my first post. firstly i would like to congratulate everyone > who helped make prototype awesome! > > Secondly I have a very strange problem, I would consider myself very > well ve

[Proto-Scripty] Prototype Ajax.Request POST failure in Internet Explorer 8

2010-04-20 Thread epoch
Hi Guys This is my first post. firstly i would like to congratulate everyone who helped make prototype awesome! Secondly I have a very strange problem, I would consider myself very well versed with Prototype (been using it more than one year) It appears my ajax request's stop executing after 20-