fabiomcosta / mootools-meio-autocomplete

A complete mootools Autocomplete plugin
http://www.meiocodigo.com/projects/meio-autocomplete/
32 stars 14 forks source link

Can't type a '(' [shift + 9] #29

Open BaserTaser opened 11 years ago

BaserTaser commented 11 years ago

When I assign Meio.Autocomplete.Select() to an input field I can't type the characters '(' and '&' in that field. It is still possible to paste both characters in the field, so I guess it has something to do with a 'keyup' event.

Anyone?

fabiomcosta commented 11 years ago

Hi, can you provide information about the browsers that you are having this problem? Is your example similar to this? http://jsfiddle.net/fabiomcosta/eZpuL/1229/ I'm being able to type & and ( there. Let's try to figure out how to reproduce this. Thank you!

BaserTaser commented 11 years ago

Hi, yes the example is similar; I can't type the chars with Firefox 21.0.

Additionally; ( seems to behave like an "arrow down", and & seems to toggle the visibility of the suggestion box.

fabiomcosta commented 11 years ago

Hmm now I could see that. Thank you! Will see what I can do!