[Proto-Scripty] Re: Bug in scriptaculous-js-1.6.4

2008-09-08 Thread Jack D
Hi, I even tried replacing the spaces with nbsp; but it didn't work. It still returns me by stripping all spaces keeping it only 1 space. Now I can confirm that this is a bug. Gurus, can anyone help how to fix this bug? Thanks in Advance!! On Mon, Sep 8, 2008 at 11:49 AM, Jack D

[Proto-Scripty] Re: Bug in scriptaculous-js-1.6.4

2008-09-08 Thread Jack D
Hi Justin, Thanks for your reply! When I type the name in the text box, the values get dispalyed from database. However, it doesn't show the space even there while I'm looking at the data scrolling down the results!! I know it is happening due to the html behaviour. In that case,

[Proto-Scripty] Re: autocompleter does not work with contents pasted by using mouse

2008-09-12 Thread Jack D
Hi Justin, Thanks for your reply. Can you give me exact code where to add for mouse event? Regarding 2nd solution, do I just need to replace line 316 with the below line? return this.element.value.substring(bounds[0], bounds[1]); Will there be any impact on any other part of the

[Proto-Scripty] Re: Unsetting value in Autocompleter

2008-09-12 Thread Jack D
Hello, Can anyone help me in the below issue? Thanks! On Fri, Sep 12, 2008 at 9:30 AM, Jack [EMAIL PROTECTED] wrote: Hi, I'm using 1.8.1 autocompleter as shown below: new Ajax.Autocompleter(companyName, companyHint, abc.php, {paramName: companyName, minChars: 1, indicator:

[Proto-Scripty] Re: AJAX autocompleter

2008-09-17 Thread Jack D
or something that's causing this? Maybe post your code so someone can take a look at it. On Sep 17, 8:31 pm, Jack D [EMAIL PROTECTED] wrote: Hi, Does any one has any update regarding the IE issue of memory leak for autocompleter? The IE size goes on increasing for autocompleter never

[Proto-Scripty] Re: AJAX autocompleter

2008-09-18 Thread Jack D
Hi Justin, I'm using IE 6. In the memory leak tool which you've specified, if the #leak is showing some number, then does it mean that its a memory leak? Thanks! On Thu, Sep 18, 2008 at 12:39 PM, Justin Perkins [EMAIL PROTECTED]wrote: On Thu, Sep 18, 2008 at 2:30 PM, Jack D [EMAIL