You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an example. With the SelectionContainer selecting the text is possible, but clicking the link does nothing. Without it, clicking the link works, but selecting text doesn't work of course:
As a side note: Earlier this year I made some improvements to how we handle clickable text in compose-richtext which solved a common problem developers have with the standard ClickableText component - that is, ClickableText consumes all tap interactions rather than the ones it should be responsible for, which causes a follow-on effect where you lose interaction effects like the ripple on Android, and you lose the ability to allow parent Composables to handle tap events.
☝️ what all this means is that if JetBrains are able to resolve the SelectionContainer issue then having clickable and selectable text in compose-richtext should just work with no changes required by us.
Here's an example. With the
SelectionContainer
selecting the text is possible, but clicking the link does nothing. Without it, clicking the link works, but selecting text doesn't work of course:Is there some other way to make text selectable or is this is a bug?
The text was updated successfully, but these errors were encountered: