[Proto-Scripty] Firefox v3.5

2009-07-28 Thread evrim
After I updated my firefox to version 3.5 my running code started to not run and i have an error from firebug (An invalid or illegal string was specified" code: "12) on prototype.js version—1.6.1 RC3 line 3342 in my code, code stop running on using Element.select function when I get this code comm

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
Nobody has problem like that? Select method in your codes can run well in Firefox 3.5 --~--~-~--~~~---~--~~ 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 prototype

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
t is in the trunk [1] > > [1]http://github.com/sstephenson/prototype/blob/add69978e09653808aedec43... > > cheers > > -- > mona > > On Wed, Jul 29, 2009 at 10:54 AM, webbear1000 wrote: > > > Does it work with the latest stable release? > > > On Jul 29,

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
No it doesnt work last stable version so that I get RC3 but not work in it neither On Jul 29, 11:54 am, webbear1000 wrote: > Does it work with the latest stable release? > > On Jul 29, 8:49 am, evrim wrote: > > > Nobody has problem like that? > > Select method in yo

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
this change fixed only elements whose id = 0 so the new change fixed it well //e = "#" + id + " " + e; I closed this row On Jul 29, 1:19 pm, evrim wrote: > I have done that change but still there is an error then, > I changed line 3339 (e = "#" + id + &

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
this line code work well. On Jul 29, 3:45 pm, "Alex McAuley" wrote: > that has a space in it no ? > > ID's are not allowed spaces > > Alex Mcauleyhttp://www.thevacancymarket.com > > - Original Message - > From: "evrim" > To: "Prot