weisserd / LDAP-Sync

LDAP Sync adapter for Android

Home Page:http://www.danielweisser.de/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseDN field in second page of account setup gives wrong hints to virtual keyboard

dbaron opened this issue · comments

In Settings -> Accounts & Sync -> Add Account -> LDAP, I noticed that the "BaseDN" textfield seems not to give the right hints to the virtual keyboard that I'm using (unlike, say, the BindDN textfield in the first page of the setup wizard). In particular, I'm using Swype, and:

When I enter text in BindDN in the first page of the account creation wizard:

  • the first letter of the field does not get capitalized by default
  • if I enter an entire word (not letter-by-letter) and then an equals sign, the equals sign immediately follows the word

However, entering text in BaseDN on the second page of the account creation wizard:

  • the first letter of the field gets capitalized by default
  • if I enter an entire word (not letter-by-letter) and then an equals sign, swype inserts a space between the word and the equals sign

I think the BaseDN textfield should behave like the BindDN textfield.