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

(iOS) Selection Container shows keyboard while selecting text #4986

Closed
mazunin-v-jb opened this issue Jun 17, 2024 · 2 comments · Fixed by JetBrains/compose-multiplatform-core#1448
Assignees
Labels
bug Something isn't working ios selection

Comments

@mazunin-v-jb
Copy link
Contributor

Describe the bug
If SelectionContainer contains Text and this Text is being selected, the keyboard will be shown

Affected platforms

  • iOS

Versions

  • Libraries:
    • Compose Multiplatform version: 1.6.11

To Reproduce
Steps to reproduce the behavior:
Run this code snippet:

SelectionContainer {
Text(text = "Hello World!")
}

Expected behavior
Keyboard shouldn't be opened while selecting Text in SelectionContainer

Screenshots

Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-06-17.at.13.54.15.mp4

Additional context
Add any other context about the problem here.

@okushnikov
Copy link
Collaborator

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

1 similar comment
@okushnikov
Copy link
Collaborator

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios selection
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants