Author Topic: garbled text from regex displayed in autocomplete  (Read 4845 times)

Offline Terminal Addict

  • Newbie
  • *
  • Posts: 5
garbled text from regex displayed in autocomplete
« on: August 14, 2009, 09:33:36 AM »
If I start typing a name, then backspace to erase the name, and roundcube is still performing a search when I erase all characters, the autocomplete populates with garbled text.

It will look something like:

##%%B##%%r##%%i##%%a##%%...... the "##%%" is repeated with letters in between.

A similar thing will happen if I type in a name, then a comma. The characters in between the "##%%" are in fact the proper search result for the name before the comma, but clicking on one appends the address rather than replace the name before the comma.

This issue can be avoided by waiting for the search to complete before erasing or hitting the comma, but that can take a while with a very large LDAP directory.