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