Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Username autocompletion stops working #182

Open
cwc opened this issue Nov 15, 2012 · 3 comments
Open

Username autocompletion stops working #182

cwc opened this issue Nov 15, 2012 · 3 comments
Labels

Comments

@cwc
Copy link
Contributor

cwc commented Nov 15, 2012

This seems to mainly be a problem when there are multiple potential matches for the username. Say there are two users in chat:

alice
alice1

Autocompletion for al works as expected the first time, then the second time it autocompletes the second possible match (alice1 in this case). After that, it doesn't seem to work for any name.

@cwc
Copy link
Contributor Author

cwc commented Aug 12, 2013

Haven't seen this one in awhile.

@hermansc
Copy link
Contributor

So current situation is, as you say, the auto-completion works fine first time and second time, but then does not "loop" back to the first name again.

Expected behavior should be: al -> (tab) -> alice -> (tab) -> alice2 -> (tab) -> alice -> (tab) -> alice2 -> ...
However currently we have: al -> (tab) -> alice -> (tab) -> alice2 -> (tab) -> alice2 -> (tab) -> alice2 -> ...

Definitely a bug which should be fixed.

@hermansc hermansc added the UI label Feb 18, 2014
@thedjpetersen
Copy link
Owner

@hermansc Unfortunately this bug has mutated a bit in the new branch - want to take a look at it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants