On 06/03/10 10:48, Robert wrote:
> The problem is I cannot replicate it on my test site, only on
>   
You can always test Ajax requests with jsFiddle
> Dziwne.
>   
No to trza sprawdzić :)
> Robert
>
> On 3 Cze, 11:44, Oskar Krawczyk <[email protected]> wrote:
>   
>> Test case on jsfiddle.net would be helpful.
>>
>> O.
>>
>> On 3 Jun 2010, at 10:41, Robert wrote:
>>
>>
>>
>>     
>>> I belive it is question to Fabio ;)
>>>       
>>     
>>> Strange problem with meio-autocompleter. I couldn't replicate the
>>> problem because it does not happen on my test machine.
>>> When I try to navigate with arrows (first time pressing "down")
>>> HTMLTable enterRow method explodes. It looks like row parameter is
>>> null.
>>> I made simple remedy in mootools more code:
>>>       
>>     
>>>    enterRow: function(row) {
>>>        if (this.hover) this.hover = this.leaveRow(this.hover);
>>>        <b>if (row)</b> this.hover =
>>> row.addClass(this.options.classRowHovered);
>>>    }
>>>       
>>     
>>> and it looks and works ok, but I don't like the idea of making changes
>>> in library code...
>>> I will try to pinpoint the problem later this week.
>>>       
>>     
>>> Robert
>>>       

Piotr

-- 
blog  http://piotr.zalewa.info
jobs  http://webdev.zalewa.info
twit  http://twitter.com/zalun
face  http://facebook.com/zaloon

Reply via email to