-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Android: Text component not selectable when removeClippedSubviews #27107
Comments
Any process? |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Still an issue |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Still an issue
El sáb., 18 de julio de 2020 03:07, stale[bot] <notifications@github.com>
escribió:
… Hey there, it looks like there has been no activity on this issue
recently. Has the issue been fixed, or does it still require the
community's attention? This issue may be closed if no further activity
occurs. You may also label this issue as a "Discussion" or add it to the
"Backlog" and I will leave it open. Thank you for your contributions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALU263FW7KP6WLJOU26TT3LR4E32RANCNFSM4JIXC45Q>
.
|
Thanks for the issue report. I tested your used case by adding This issue is fixed with #28952 Thanks a lot CLICK TO OPEN TESTS RESULTS
the onPressHandler is triggered when we set
the text is selected when we set
|
React Native version:
Steps To Reproduce
<Text selectable={true}>test</Text>
component inside a ScrollView withremoveClippedSubviews={true}
on AndroidDescribe what you expected to happen:
Text should be selectable regardless of removeClippedSubviews
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: