-
Notifications
You must be signed in to change notification settings - Fork 0
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
Communication
: Autocompletion Improvement for Tagging Users and Channels
#72
Comments
I just looked into the code and found the behaviour that I described as a bug, seems to be intentional. At least the code communicates that a tag continues over a single whitespace and only the second whitespace terminates it. Lines 625 to 660 in 7a2f61d
@TimOrtel Do you know what the reasoning for this behaviour was? In the WebApp the Autocompletion disappears after typing the first space. On iOS the behaviour is different again, there the Autocompletion does not disappear at all until you click a entry from the list. But I assume this can be considered a bug (@anian03) ? |
From what I know on iOS this was intentional at the time because we had no way of knowing where the cursor is, and we assumed the user still wanted to pick an exercise. But I agree with you that we should also consider changing this on iOS as well. My take on the single whitespace: Some people might search for an exercise using |
Pretty sure it is because when tagging people they have a space between first name and last name. |
After going to sleep I just realised that, thanks for the hint :D |
Bug
Current behaviour
When typing a tagging ("#" or "@") character and my search term, the autocompletion list is shown as expected. After typing a space character, the list is still shown and I have to close it manually by tapping outside of the list.
Expected behaviour
After typing a space, the autocompletion list should not be shown anymore.
Update: This behaviour is intended for tagging users with the first and surname. See comments below
UI Enhancement
The autocompletion list currently is partly drawn over the Preview and Edit buttons and could visually be more separated from the rest of the UI.
The text was updated successfully, but these errors were encountered: