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

[Bug]: Can't switch input method correctly #2503

Closed
ghost opened this issue Jan 2, 2022 · 4 comments
Closed

[Bug]: Can't switch input method correctly #2503

ghost opened this issue Jan 2, 2022 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 2, 2022

Problem description

Termux cannot switch input mode correctly, The keyboard used is Gboard

Steps to reproduce the behavior.

SVID_20220102_153256_1.mp4

What is the expected behavior?

ls

System information

Application version:
0.117
Packages CPU architecture:
aarch64
Subscribed repositories:

sources.list

deb https://packages.termux.org/apt/termux-main/ stable main
Updatable packages:
All packages up to date
Android version:
9
Kernel build information:
Linux localhost 4.9.148 #1 SMP PREEMPT Thu Dec 9 02:49:28 CST 2021 aarch64 Android
Device manufacturer:
HUAWEI
Device model:
VTR-AL00

@ghost ghost added the bug report label Jan 2, 2022
@r-1
Copy link

r-1 commented Jan 16, 2022

The issue here is that when the text input view is unfocused while it is still shown, the touch keyboard will not restore to null/password input when the text input is left. Another way to reproduce:

  1. swipe left into text input view
  2. click on the terminal screen, somewhere with text (or anywhere in a tui), such that the blinking cursor in the text input disappears
  3. swipe right into extra keys view

If on google's keyboard, the suggestion strip will remain on screen, unlike in previous versions. Words typed into the terminal will be buffered for text prediction.

@agnostic-apollo
Copy link
Member

@stareatmyname I can confirm this, will look into it. Thanks

@cwitte
Copy link

cwitte commented Mar 2, 2022

@stareatmyname I'm also having the same problem on a Samsung tab s7.
Is there anything I could do to help debug this?

@agnostic-apollo
Copy link
Member

No specific need. Issue was likely caused when I fixed another bug with 2b7aa5e. Will try fixing the above case before next release.

AdamMickiewich pushed a commit to VolyaTeam/dzida-app that referenced this issue Aug 8, 2022
…xtra keys after tapping terminal if in text input mode

Closes termux#2503
shrihankp pushed a commit to reisxd/termux-app that referenced this issue Oct 20, 2022
…xtra keys after tapping terminal if in text input mode

Closes termux#2503
agnostic-apollo added a commit that referenced this issue Jun 17, 2024
…xtra keys after tapping terminal if in text input mode

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

No branches or pull requests

3 participants