ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

Bug with selecting option from list (first and last) #31

Closed daxhns closed 9 years ago

daxhns commented 9 years ago

There is a nasty bug in contentEditable div example, when selecting option from a list, when first option in the list is selected and you press UP key, or when you are selecting last option in the list and press DOWN key. The whole content of the div is rearranged, text scraped, all previous @mentions lost etc.. It works fine with textarea, bug is only there in contentEditable div. Tested in Chrome and Firefox.

daxhns commented 9 years ago

This seems to be bug in jquery ui, i have updated to latest version and this bug is no longer present.