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
On iOS, when you highlight/select some text, there are those little blue circle handles that someone can use to expand or contract the selection. Unfortunately that seems to completely break when <RemoveScroll /> is used as a mechanism to prevent scrolling of main content outside of a Dialog component made available by the Radix UI library.
Looks like this has been a longstanding bug since at least 2023 and reported a few different times in the radix repo, with no reply:
While I recognize the issues is more the responsibility of the radix-ui maintainers, I'm opening this issue here in hopes that @theKashey or others can either:
Indicate if the radix-ui library is using the <RemoveScroll /> incorrectly and you know what to do so I can contribute back, or;
Determine if ultimately it is a bug within how <RemoveScroll /> is implemented and a fix can be developed (or that it simply should not be used within radix-ui in the ways they've done so).
Thank you!
The text was updated successfully, but these errors were encountered:
On iOS, when you highlight/select some text, there are those little blue circle handles that someone can use to expand or contract the selection. Unfortunately that seems to completely break when
<RemoveScroll />
is used as a mechanism to prevent scrolling of main content outside of a Dialog component made available by the Radix UI library.Looks like this has been a longstanding bug since at least 2023 and reported a few different times in the radix repo, with no reply:
While I recognize the issues is more the responsibility of the
radix-ui
maintainers, I'm opening this issue here in hopes that @theKashey or others can either:<RemoveScroll />
incorrectly and you know what to do so I can contribute back, or;<RemoveScroll />
is implemented and a fix can be developed (or that it simply should not be used within radix-ui in the ways they've done so).Thank you!
The text was updated successfully, but these errors were encountered: