[Proto-Scripty] onDrag IE issue

2010-03-10 Thread Lars
In IE, drag completely hides my window until it's released. It has to do with the absolute positioning of the content. Ex: http://explosif.dk/windowV2/ -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send

[Proto-Scripty] mutile-toggle problem

2010-03-10 Thread mikaeru
Hello there, I tried to implement two toggle buttom stay next to each other. if any buttom is toggled then it should be toggled back automatically while click on the other one. The codes below actually do the work, however, if somebody clicks on both buttoms in a second. it mess up the code as

[Proto-Scripty] Re: evalScripts - resend

2010-03-10 Thread T.J. Crowder
Bill, If you're in doubt whether you're getting replies, check the web interface: http://groups.google.com/group/prototype-scriptaculous (There were no replies to your earlier post.) -- T.J. On Mar 9, 11:56 am, bill will...@techservsys.com wrote: Pardon me if this has been seen/replied to,

[Proto-Scripty] STRING.isJSON() bug?

2010-03-10 Thread diegoturriaga
Well (first that all sorry for my english;) When I do: var aux = aula; if (aux.isJSON()) { $('msg').value = ERROR; } else { $('msg').value = OK; } returns ERROR!!! Any Ideas? -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us

[Proto-Scripty] Re: STRING.isJSON() bug?

2010-03-10 Thread diegoturriaga
just in case... I leave the isJSON method that I'm using because I don't remember my prototype version :) function isJSON() { var str = this; if (str.blank()) return false; str = this.replace(/\\./g, '@').replace(/[^\\\n\r]*/g, ''); return (/^[,:{}\[\]0-9.\-+Eaeflnr-u

[Proto-Scripty] Ajax onFailure never gets called

2010-03-10 Thread JoJo
I noticed that the onFailure callback never fires when there's actually an error in Ajax.Request. Commonly, I just alert('server busy') in the callback. I never see this alert when my web host is overloaded and just doesn't respond at all. How do I alert an error message when the server is too

[Proto-Scripty] Re: mutile-toggle problem

2010-03-10 Thread Eric Wilson
Surely has something to do with trying to toggle an item when it is already in the middle if a toggle transition. You might be able to bail out and start rendering the reverse of the current toggle animation by usingone of the callbacks and starting your new render at the complement of whatever

[Proto-Scripty] IE6, Prototype AJAX, HTTPS

2010-03-10 Thread venkat
All, We are facing an inconsistent issue in our application. We have developed few pages using Prototype AJAX calls and our application is over https. Some cases, we get unable to read request from client. We kind of feel that, the issue is with IE6, AJAX, HTTPS combination and it looks socket