Skip to content
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

Fix: Multiline Text though clipped can be scrolled into view #2584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tienifr
Copy link
Contributor

@tienifr tienifr commented Sep 25, 2023

Details

Fixes #2582.

On mobile Web, multiline Text's clipped part can be scrolled into view by dragging selection cursor. This PR blocks scrolling entirely, through any mechanism, over overflown text.

Tests

  1. Create a long Text with numberOfLines > 1
  2. On mWeb, long press the text to toggle text selection cursor
  3. Drag the selection cursor vertically
  4. Observe that the clipped text cannot be scrolled into view

Screenshots/Videos

Screenrecording_20230925_183054.mp4

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9224e34:

Sandbox Source
react-native-web-examples Configuration

@neil-marcellini
Copy link

@necolas could you please take a look at this or get someone to review it for us please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mWeb - Multiline Text's clipped part is scrolled into view by dragging selection cursor
2 participants