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 != 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 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]http://github.com/sstephenson/prototype/blob/add69978e09653808aedec43...
>
> > cheers
>
> > --
> > mona
>
> > On Wed, Jul 29, 2009 at 10: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 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-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to