question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TextInput Bubble disappears immediately after it appears

See original GitHub issue

Versions

  • 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:closed
  • Created 4 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
shakna-israelcommented, Aug 16, 2019

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

0reactions
Zen-CODEcommented, Feb 17, 2022

@Stepan0806 No worries. Glad it’s sorted 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found