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

Bug: Scroll bar not syncing with cell selection in large tables with horizontal scrolling #7153

Open
TingHaooo opened this issue Feb 9, 2025 · 0 comments
Labels
selection tables Relates to Lexical Tables

Comments

@TingHaooo
Copy link

Lexical version: 0.24.0

Steps To Reproduce

In the playground:

  1. Create a table that exceeds the screen size, causing a horizontal scroll bar to appear.
  2. Select cells in the table from left to right.
  3. Scroll to the bottom of the table while continuing to select cells.
2025-02-09.11.30.52.mov

The current behavior

When selecting table cells from left to right, the scroll bar does not always move along with the selection, preventing the user from selecting additional cells beyond the visible area.

The expected behavior

The scroll bar should move automatically as the user selects table cells, allowing for seamless selection of cells beyond the visible area.

Impact of fix

  • Frequency: Happens regularly with large tables that require horizontal scrolling.
@etrepum etrepum added tables Relates to Lexical Tables selection labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
selection tables Relates to Lexical Tables
Projects
None yet
Development

No branches or pull requests

2 participants