TextInput Bubble disappears immediately after it appears
See original GitHub issueVersions
- Python: Python 3.6.8
- OS: Ubuntu 18.04 u18-build 4.15.0-55-generic x86_64
- Kivy: master ce9b5719
- Kivy installation method: Python 3.6 Nightly wheel
- Buildozer: 40 ( master 7a0ef4f ) from pip tarball
- Android: 8.0.0
- Android NDK: 17.2.4988734
- Android Build Tools: 29.0.2
- Android API target: 27
Description
Observation: On Android, when selecting text from a TextInput, the cut/copy/paste bubble only shows up for a few milliseconds then disappears. Far to quick to be of any use.
Expectation: The cut/copy/paste bubble should remain visible for multiple seconds or until focus on TextInput is lost.
Code and Logs
from kivy.app import App
from kivy.uix.textinput import TextInput
class Sample(App):
def build(self):
return TextInput(text="Test Text")
_app = Sample()
_app.run()
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Text disappearing when selected - Need help - Bubble Forum
When a user double clicks to select text they have typed into an input field, the text disappears. It is still there it...
Read more >TextInput Bubble doesn't stay on long touch: Kivy
When I long touch a TextInput on android app (build via Kivy), the bubble appears for a second and then disappears.
Read more >TextInput closes automatically when opened on android #33164
Now every time I click on one TextInput the keyboard opens and closes immediately only on android. I attached a quick recording here....
Read more >Disappearing Comment Bubbles - Microsoft Community
I am having trouble editing a word document. I am able to track changes and add comment bubbles on my computer. However, when...
Read more >Use AssistiveTouch on your iPhone, iPad, or iPod touch
By default, tapping the button once opens the AssistiveTouch menu. Tapping once anywhere outside of the menu closes the AssistiveTouch menu.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Being able to control dismiss in #6432 should go a ways to working around this, but the ms timing of the bubble vanishing is definitely “unexpected” behaviour.
I hit this as well, under:
Python: 3.7.4 Kivy: 1.11.1 Host OS: Arch Linux 5.2.8-arch1-1-ARCH Buildozer: 40 (master 7a0ef4f10c) Android: 5.1.1
@Stepan0806 No worries. Glad it’s sorted 😃