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 navigation with rowheader #4457

Closed

Conversation

azmy60
Copy link
Contributor

@azmy60 azmy60 commented Apr 4, 2024

Navigating to left with keyboard can make it select the rowHeader.

Here's the demo to replicate: https://jsfiddle.net/dbjzcw0e/

image

  • Try using keyboard to navigate to rowHeader
  • Compare that with clicking rowHeader with mouse

To fix this, we can check if rowHeader exists in SelectRange. Range is not responsible for checking rowHeader for the most part anymore. Also, that seems to simplify the code a lot.

Navigating to left with keyboard can make it select the rowHeader. To
fix this, we check if rowHeader exists from SelectRange. Range is not
responsible for checking rowHeader for the most part anymore.
@azmy60
Copy link
Contributor Author

azmy60 commented Apr 6, 2024

This PR causes other bugs. Closing in favor of #4459

@azmy60 azmy60 closed this Apr 6, 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

Successfully merging this pull request may close these issues.

None yet

1 participant