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

When Keyboard animation is running, clicking TextField will repeatedly open the action menus multiple times #4481

Closed
robxyy opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working submitted

Comments

@robxyy
Copy link
Contributor

robxyy commented Mar 14, 2024

Describe the bug
When Keyboard animation is running, clicking TextField will repeatedly open the action menu multiple times

Affected platforms

  • iOS

Versions

  • Kotlin version*: 1.9.23
  • Compose Multiplatform version*: 1.6.1

To Reproduce
Steps and/or the code snippet to reproduce the behavior:

@Composable
fun App() {
  Column(Modifier.statusBarsPadding().fillMaxSize(), verticalArrangement = Arrangement.Center) {
    TextField("", {}, Modifier.fillMaxWidth())
    TextField("\n\n Hello World!", {}, Modifier.fillMaxSize())
  }
}

Double-click content to reproduce

Expected behavior
Show once

Screenshots

iOS.MP4
@robxyy robxyy added bug Something isn't working submitted labels Mar 14, 2024
@robxyy robxyy closed this as completed Mar 14, 2024
@robxyy robxyy reopened this Mar 14, 2024
@ASalavei
Copy link
Collaborator

ASalavei commented Mar 18, 2024

Hey! The bug should be fixed here: JetBrains/compose-multiplatform-core#1182

@ASalavei ASalavei self-assigned this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working submitted
Projects
None yet
Development

No branches or pull requests

2 participants