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

Range selection exceeds grid border when using keyboard on last row #634

Open
lunatiqqc opened this issue Nov 15, 2024 · 0 comments
Open

Comments

@lunatiqqc
Copy link

lunatiqqc commented Nov 15, 2024

When using the keyboard for range selection (holding the Shift key and pressing the Arrow Down key) on the last row of the grid, the UI incorrectly extends beyond the bottom border of the grid.

This behavior causes a visual overflow issue where the selection range visually extends past the grid’s boundary, disrupting the UI layout.

Steps to Reproduce:

Navigate to the grid on the demo page.
Select the last row with either keyboard or mouse.
Hold the Shift key and press the Arrow Down key to extend the selection.
Observe that the selection range extends beyond the grid’s bottom border.

Expected Behavior: The range selection should stop at the last row without overflowing the grid's boundaries.

Observed Behavior: The range selection visually extends beyond the grid's bottom border, causing an overflow issue.

@lunatiqqc lunatiqqc changed the title Range Selection Exceeds Grid Border When Using Keyboard on Last Row Range selection exceeds grid border when using keyboard on last row Nov 16, 2024
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

No branches or pull requests

1 participant