-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ime actions don't work on Ios after showing dialog/bottom sheet #4291
Comments
Hello! Thanks for this Issue. |
Thanks! We reproduced the problem. The problem is with keyboard disappearing, correct? |
Yes, keyboard doesn't disappear. |
@vlad1710 about onKeyEvent lambda: |
I've updated the sample. |
@vlad1710 - thanks, I reproduced this issue with |
## Proposed Changes - Fix for Issue when keyboard doesn't disappears on IME action Where was mistake in indices. Because subList have arguments [exclusive, inclusive) ## Testing Added reproducer to Demo iOS app: IosBugs / KeyboardIMEActionPopup ## Issues Fixed - JetBrains/compose-multiplatform#4291 --------- Co-authored-by: Ivan Matkov <ivan.matkov@jetbrains.com>
## Proposed Changes - Fix for Issue when keyboard doesn't disappears on IME action Where was mistake in indices. Because subList have arguments [exclusive, inclusive) ## Testing Added reproducer to Demo iOS app: IosBugs / KeyboardIMEActionPopup ## Issues Fixed - JetBrains/compose-multiplatform#4291 --------- Co-authored-by: Ivan Matkov <ivan.matkov@jetbrains.com>
Should be fixed in 1.6.0-rc03 |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Describe the bug
Ime actions don't work on Ios after showing dialog/bottom sheet
Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
Expected behavior
ime action works after showing dialog/bottom sheet
The text was updated successfully, but these errors were encountered: