compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

SelectionContainer Text cannot copy text

Open D10NGYANG opened this issue 4 years ago • 4 comments

SelectionContainer { Text(text ="你好") } I ran the code, but could not copy the text from it.

macOS 11.4 Windows 10

D10NGYANG avatar Jul 23 '21 08:07 D10NGYANG

It's also non-native at all at the moment, which is not good because it breaks integration with OS features.

For instance, I use PopClip, an app that shows an actionable tooltip on text selection, and it never shows up on Compose for Desktop apps, while it does in Chrome, IntelliJ IDEA and everywhere else on my Mac.

LouisCAD avatar Jul 26 '21 22:07 LouisCAD

It's also non-native at all at the moment, which is not good because it breaks integration with OS features.

For instance, I use PopClip, an app that shows an actionable tooltip on text selection, and it never shows up on Compose for Desktop apps, while it does in Chrome, IntelliJ IDEA and everywhere else on my Mac.

Hi, do you have any other solutions?

D10NGYANG avatar Jul 28 '21 03:07 D10NGYANG

@D10NGYANG the fix was integrated into 1.0.0-alpha1-rc1. Should work now (works on my Mac).

akurasov avatar Aug 02 '21 09:08 akurasov

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

okushnikov avatar Aug 26 '24 17:08 okushnikov