Comment 2 for bug 327187

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

I assigned this to Balazs and added Chris as a subscriber. I want to talk quickly about the KARL2 behavior:

- When typing in the input box, the user is typing information about the FirstName+LastName, not the username.

- If you type "Jona" or "jona", then one of the autocomplete entries will say "Jonathan Hooper".

- If you type "Hoo" or "hoo", then one of the autocomplete entries will say "Jonathan Hooper".

- Stated differently, the autocomplete matches on the first letters of the first name or last name.

- If you press arrow down and press enter, or click the button, or click the entry in the autocomplete, a bubble will be made that says "Jonathan Hooper".

- At the same time, a hidden input field will have a value of jhooper as the username.

- When submitted, we care care about jhooper, not Jonathan Hooper.