The autocomplete function of google chrome in the recipient field in the form when you compose a message, usually covers the auto completion of the dolphin. With this change solved:
in ====> /plugins/jquery/jquery.ui.autocomplete.min.js
change:
attr("autocomplete","off")
by:
attr("autocomplete","nope")
google chrome ignores off