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 TextField context menu bugs #3276

Closed
dima-avdeev-jb opened this issue Jun 18, 2023 · 3 comments
Closed

iOS TextField context menu bugs #3276

dima-avdeev-jb opened this issue Jun 18, 2023 · 3 comments
Assignees
Labels
bug Something isn't working ios

Comments

@dima-avdeev-jb
Copy link
Contributor

dima-avdeev-jb commented Jun 18, 2023

image

  • Context menu is shown in a different place than the text selection itself, and its arrow doesn't point out to the text (tested on widgets-gallery sample)
  • Context Menu blinks on Scrollable containers.
  • The context menu doesn't appear after a single tap on the current caret position without changing it (This is not a bug. This is an iOS likeness feature and already mentioned in another document).

Reproduce

var text by remember{ mutableStateOf("asdfg")}
LazyColumn {
    repeat(50) {
        TextField(text, {text = it})
    }
}
  • Select text and show Context menu
  • Scroll
@dima-avdeev-jb
Copy link
Contributor Author

dima-avdeev-jb commented Jun 19, 2023

Previously, some context menu issues were described here:

@igordmn
Copy link
Collaborator

igordmn commented Jul 25, 2023

Can we close it? The fix from the PR is in dev1114

@dima-avdeev-jb
Copy link
Contributor Author

Can we close it? The fix from the PR is in dev1114

Yes, thanks!

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
Projects
None yet
Development

No branches or pull requests

2 participants