[Proto-Scripty] Re: Firefox v3.5

2009-08-04 Thread mindVex
: evrim erincev...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Wednesday, July 29, 2009 12:29 PM Subject: [Proto-Scripty] Re: Firefox v3.5 this change fixed only elements whose id = 0 so the new change fixed it well   //e = # + id + + e; I

[Proto-Scripty] Re: Firefox v3.5

2009-08-04 Thread T.J. Crowder
erincev...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Wednesday, July 29, 2009 12:29 PM Subject: [Proto-Scripty] Re: Firefox v3.5 this change fixed only elements whose id = 0 so the new change fixed it well   //e = # + id + + e

[Proto-Scripty] Re: Firefox v3.5

2009-08-04 Thread Richard Quadling
://www.thevacancymarket.com - Original Message - From: evrim erincev...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Wednesday, July 29, 2009 12:29 PM Subject: [Proto-Scripty] Re: Firefox v3.5 this change fixed only elements whose id = 0 so the new

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread webbear1000
Does it work with the latest stable release? On Jul 29, 8:49 am, evrim erincev...@gmail.com wrote: 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

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread Mona Remlawi
Must be that you're using (dot) or (colon) in your ids. This has been fixed, but not yet released. You can manually change in prototype.js line:3338 to match id = id.replace(/([\.:])/g, \\$1); // NOTE the $1 instead of $0 This fix will be a part of next release as it is in the trunk [1] [1]

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
I have done that change but still there is an error then, I changed line 3339 (e = # + id + + e;) to if (id != 0) e = # + id + + e; Now it seems working On Jul 29, 12:00 pm, Mona Remlawi mona.reml...@gmail.com wrote: Must be that you're using (dot) or (colon) in

[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 normpo...@hotmail.com wrote: Does it work with the latest stable release? On Jul 29, 8:49 am, evrim erincev...@gmail.com wrote: Nobody has problem like that? Select method

[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 erincev...@gmail.com wrote: I have done that change but still there is an error then, I changed line 3339 (e = # + id + + e;) to            if (id

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread Alex McAuley
-Scripty] Re: Firefox v3.5 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 erincev...@gmail.com wrote: I have done that change but still there is an error then, I changed line 3339 (e = # + id + + e

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread evrim
@googlegroups.com Sent: Wednesday, July 29, 2009 12:29 PM Subject: [Proto-Scripty] Re: Firefox v3.5 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 erincev...@gmail.com wrote: I have done

[Proto-Scripty] Re: Firefox v3.5

2009-07-29 Thread Alex McAuley
Misread sorry Alex Mcauley http://www.thevacancymarket.com - Original Message - From: evrim erincev...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Wednesday, July 29, 2009 1:59 PM Subject: [Proto-Scripty] Re: Firefox v3.5