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

Space is not inserted when glide typing after a 1 letter word. #1940

Closed
whatevenisthat opened this issue Jul 6, 2022 · 4 comments · Fixed by #1968
Closed

Space is not inserted when glide typing after a 1 letter word. #1940

whatevenisthat opened this issue Jul 6, 2022 · 4 comments · Fixed by #1968
Labels
area: glide-typing Glide typing frontend / backend bug A bug report bug-confirmed A confirmed and reproducible bug report

Comments

@whatevenisthat
Copy link

whatevenisthat commented Jul 6, 2022

Short description

If I type a single letter and then glide type a word, a space will not be automatically inserted between the two words. This is regardless of whether auto space after punctuation is enabled or not.

For example pressing a then glide typing tree results in atree rather than a tree (how it worked in 0.3.16).

Steps to reproduce

  1. Make sure glide typing is enabled.
  2. Type a single letter.
  3. Glide type a word.
  4. Results, no space is placed inbetween the words.

Environment information

  • FlorisBoard Version: 0.4.0-alpha01
  • Install Source: GitHub
  • Device: Nokia 7.1
  • Android: 10, Stock
@whatevenisthat whatevenisthat added the bug A bug report label Jul 6, 2022
@patrickgold
Copy link
Member

Thanks a lot for the bug report! As discussed in #1935, this bug has been introduced with 0.4.0-alpha01. Will provide a fix for this before making the next alpha release.

@patrickgold
Copy link
Member

Above linked commit/PR should fix the issue, will be released in 0.4.0-aplha02 after further testing. If possible, could you please try out the debug artifact of said PR (installs separately) and test this out? Thanks!

@whatevenisthat
Copy link
Author

Yea it seems to be working fine now. Typing one letter then glide typing automatically inserts a space. Tried it across multiple apps and didn't notice any issues.

@patrickgold
Copy link
Member

Perfect, thanks for confirming! Will merge the fix in then and release it in 0.4.0-alpha02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: glide-typing Glide typing frontend / backend bug A bug report bug-confirmed A confirmed and reproducible bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants