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

Spacebar deletes some characters when tapped rapidly. #1792

Closed
ghost opened this issue Apr 15, 2022 · 3 comments · Fixed by #1822
Closed

Spacebar deletes some characters when tapped rapidly. #1792

ghost opened this issue Apr 15, 2022 · 3 comments · Fixed by #1822
Labels
area: kbd-logic Issues with the keyboard backend (logic, crashes, etc.) bug A bug report bug-confirmed A confirmed and reproducible bug report

Comments

@ghost
Copy link

ghost commented Apr 15, 2022

Short description

The spacebar sometimes deletes the characters if it is tapped several times very rapidly in the typing space present at the very bottom of Florisboard app.

Steps to reproduce

  1. Go to 'Florisboard app'
  2. Click on 'the down-most typing space for checking current keyboard setup.
  3. The spacebar sometimes deletes the characters if it is tapped several times very rapidly.
  4. It is only seen on the Typing space present at the very bottom of the app itself. It is not reproducible so far in any other field while typing.

Environment information

  • FlorisBoard Version: 0.3.15(80)
  • Install Source: F-Droid
  • Device: Redmi note 7s (lavender)
  • Android: 10, MIUI Global 12.5.1 stable
Screenrecorder-2022-04-15-09-48-11-427.mp4
@ghost ghost added the bug A bug report label Apr 15, 2022
@Glitchy-Tozier
Copy link
Collaborator

Looks like it's a bug involving the "double-space turns into period"-feature.

patrickgold added a commit that referenced this issue Apr 15, 2022
Still isn't fixed though, requires new cached input logic
@patrickgold patrickgold added bug-confirmed A confirmed and reproducible bug report area: kbd-logic Issues with the keyboard backend (logic, crashes, etc.) labels Apr 15, 2022
@patrickgold
Copy link
Member

Thanks for your bug report, can confirm this bug.

Above commit improves the behavior a bit, but for me to be able to fix it a lot better I need to wait on the cached input re-write, which I will do soon as I need it that new cached input system anyways for the word suggestions in 0.4.0.

@patrickgold
Copy link
Member

As above PR fixes the double-space-period bug (based on initial testing) I cannot reproduce this bug anymore using the latest commit in above PR. As such I will close this issue once I merge the PR in. Could you still try it out if it is fixed once 0.3.16-beta01 is released this weekend? This would help a lot confirming if it is fixed or if it needs tweaking. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: kbd-logic Issues with the keyboard backend (logic, crashes, etc.) 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