-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Emote/user tab completion completes using wrong word #3101
Labels
bug
Something isn't working as intended, or works in a confusing/unintuitive way for the user
Comments
Mm2PL
added
bug
Something isn't working as intended, or works in a confusing/unintuitive way for the user
and removed
issue-report
An issue reported by a user.
labels
Aug 1, 2021
Can reproduce on ae9f92d |
can also reproduce on 3cb1e51 |
I did some investigation and it looks like the completer doesn't respect changing the cursor. |
4 tasks
Mm2PL
added a commit
that referenced
this issue
Jul 27, 2023
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 31, 2023
* Fixed tab completion rarely completing the wrong word. Fixes: #3101 * Use QSignalBlocker instead of janky bool, add comment about hidden logic * copypasteo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working as intended, or works in a confusing/unintuitive way for the user
Describe your issue
Tab completion of emotes/usernames can also complete when moving to prior word.
Steps to reproduce
Expected behaviour
Previous word tries to complete using the word
Observed behaviour
Previous word thinks it's the second word so tried to complete using those characters
Screenshots
https://user-images.githubusercontent.com/4962764/127768320-e14afc52-4b84-4ff3-ab03-c604c6f248e0.mp4
OS and Chatterino Version
Arch Linux (N/A), Chatterino 2.3.3 (commit ae9f92d)
This is a hard one to explain (and title), hope the vid does it justice.
The text was updated successfully, but these errors were encountered: