[Proto-Scripty] Re: patches to autocompleter

2012-01-20 Thread Victor
On browsers other than FF, clicking on the scroll bar would cause a loss of focus, which would hide the results window. I've fixed this too ;) -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web

[Proto-Scripty] RegExp.match

2012-01-20 Thread Dmitry Trunikov
Hi ALL! how can i obtain of matched substrings in RegExp object? the prototypejs masks original RegExp.match method. the original method returns array of matched strings. the new method just returns true/false only. thanks. -- You received this message because you are subscribed to the Google

[Proto-Scripty] Re: RegExp.match

2012-01-20 Thread T.J. Crowder
Hi, On Jan 20, 1:06 pm, Dmitry Trunikov dmitry.truni...@gmail.com wrote: Hi ALL! how can i obtain of matched substrings in RegExp object? the prototypejs masks original RegExp.match method. the original method returns array of matched strings. the new method just returns true/false only.