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

A couple of tabulator navigation small issues #2146

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

azmy60
Copy link
Contributor

@azmy60 azmy60 commented Apr 23, 2024

I initially searched for an issue but ended up seeing a couple of small issues related to the Select Range (spreadsheet) navigation.

  1. If we navigate on a big table using Ctrl+Arrow (try film in postgres), it can stop in any position unpredictably. fix jump navigation in Select Range olifolkerd/tabulator#4473 <-- this also fixes BUG: TableTable ctrl+arrow movement breaks cell selection #2078

  2. Tabulator doesn't completely trap the keyboard events, so if we have a keybinding that's conflicting with tabulator, our keybinding can be triggered, even though tabulator is on focus. Trap focus key navigation in Select Range olifolkerd/tabulator#4474

  3. Pressing an arrow key after selecting a range of multiple cells should break the selection and continue navigating. This sometimes doesn't happen. Break expanded range after pressing arrow keys olifolkerd/tabulator#4478

  4. Autoscrolling to a big column is more sensible now. fix autoscroll on long columns olifolkerd/tabulator#4479

Copy link
Collaborator

@rathboma rathboma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great finds! Love these types of continual tweaks

@rathboma rathboma merged commit 32d365f into master Apr 23, 2024
13 checks passed
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.

BUG: TableTable ctrl+arrow movement breaks cell selection
2 participants