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

Widget TextInput automatically losing focus on Android #8264

Open
lblanche opened this issue Sep 20, 2018 · 0 comments
Open

Widget TextInput automatically losing focus on Android #8264

lblanche opened this issue Sep 20, 2018 · 0 comments

Comments

@lblanche
Copy link

ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)

Bokeh 13.0 server running on an AWS EC2, with python 2.7.14, trying to open on an Android 5.1.1 Tablet
Same bug with Chrome, Edge and Firefox on the android tablet.

Works on iPhone, Mac and Windows with chrome and IE.

Description of expected behavior and the observed behavior

When using the TextInput widget, when you touch the widget to write some text, the keyboard appears than instantly disappears, making it impossible to type something in.

Expected behavior : to be able to type something into the input text bar and retain it

Complete, minimal, self-contained example code that reproduces the issue

from bokeh.io import curdoc
from bokeh.models import TextInput

text_input = TextInput()
curdoc().add_root(text_input)

@lblanche lblanche changed the title Widget TextInput not working with Android Widget TextInput automatically losing focus on Android Sep 20, 2018
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

2 participants