drewwilson / AutoSuggest

jQuery AutoComplete Plugin
http://code.drewwilson.com/entry/autosuggest-jquery-plugin
86 stars 46 forks source link

IE10 shows 'as-close' link when typing, other browsers don't do this. #23

Open bertpareyn opened 11 years ago

bertpareyn commented 11 years ago

IE10 is inconsistent with other browsers as it shows the 'delete' button on the right while typing in the autosuggest. The expected behaviour is that the button is only shown when an actual selection has been made, not while typing. I can reproduce this consistently on the demo on your website and attached some screenshots as a reference.

Demo on autosuggest website in IE10: screen shot 2013-06-25 at 10 54 34

Our implementation in IE10: screen shot 2013-06-25 at 10 54 53

How other browsers show this (no delete button on the right): screen shot 2013-06-25 at 10 57 02