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/add69978e09653808aedec43ed551df22818ee30/src/dom/selector.js


cheers

--
mona

On Wed, Jul 29, 2009 at 10:54 AM, webbear1000<[email protected]> wrote:
>
> Does it work with the latest stable release?
>
> On Jul 29, 8:49 am, evrim <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to