What version are you running?
2.0.8
What's the URL of the page containing the problem?
N/A
What steps will reproduce the problem?
1. Create a new review request draft
2. Edit a field that has auto-completion (i.e. the Reviewers Groups field)
3. As you type, you will see an auto-completion box, if what you are typing is an exact match of the review group name (include matching case) then hitting tab will autocomplete your string and everything is fine. However, if the case is incorrect or if you are typing the Group Name (not the GroupID) then hitting tab will *not* autocomplete your text and you will be left with what you have already typed and the auto-complete drop-down will close.
What is the expected output? What do you see instead?
Hitting tab should erase the text that you entered and fill it in with the correct string, instead this only occurs for the simple case (where what you are autocomplete is an exact prefix of what you are trying to complete).
What operating system are you using? What browser?
OS X; Chrome
Please provide any additional information below.
I see that 03ea5b8e04c82d29dd6a750ff9122e283e2bdf44 was committed on the 2.0.x branch but hasn't been released yet. I haven't had a chance yet to validate that it does indeed fix the problem that I mentioned. If it does excellent! otherwise I wanted to make sure a proper bug was reported.