What is the state of browser clipboard events impl...
# compose-web
a
What is the state of browser clipboard events implementation? Seems like working on macOS but not on Windows
👀 1
o
what browser do you use? and what Compose Multiplatform version. We implemented the handing of browser copy,cut,paste events. So it's expected those should already work. (when pressing Ctrl/Cmd + C/X/V) Could you please describe more details when it doesn't work? ClipboardManager - was not implemented yet. It requires common asynchronous implementation. We collaborate on this with Jetpack Compose team.
a
16.10-beta02 works perfercly fine in macOS Safari. But in Chrome/Edge on Windows 10 pressing Crtl+C just inserts letter C to the text field 🤷‍♂️
o
got it! thanks for reporting. I'll try it on windows (11 in my case).
reproduced
a
Checked the PR. Should Ctrl events be ignored only for Windows/Linux? MacOS has Ctrl button too and it is unrelated to clipboard 🤔
o
I'm on macos right now, checking in Slack and Chrome. And if I press Ctrl + some other key, it's not treated as a typed event. So decided to follow this behaviour.
a
Oh, OK. I'm on windows now, just thoughts. Thanks for the quick fix!
👍 1