compose-samples
compose-samples copied to clipboard
[JetChat] TextField stops reacting once it loses focus once
This behaviour was introduced with alpha-05 update.
Steps to reproduce:
- Tap on text field.
- Enter some text.
- Tap away, so it loses focus.
- There is no way of entering text edit mode.
Let's track all focus issues here
I'll add this report from slack:
- launch the app
- click anywhere outside the message input field
- try clicking on the input field to type the message
- keyboard does not show up
I found a bug in Jetchat, but that didn't fix it (keyboardController is always null in UserInputText`)
Looks like https://android-review.googlesource.com/c/platform/frameworks/support/+/1456460 is fixing this general problem which will probably remove a lot of boilerplate in UserInput. Let's wait until that lands.
Problem still exists in alpha09.
Tracked in https://issuetracker.google.com/164859446
Has this been fixed ? I'm facing a similar issue on a project I'm working on
This issue has been automatically marked as stale because it has not had any recent activity. Please comment here if it is still valid so that we can reprioritize it. Thank you for your contributions.
Does it still happen in latest rc?