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

Navigation when editing between cells does not work well with frozen columns #4635

Open
peterprvy opened this issue Nov 17, 2024 · 1 comment
Labels
Possible Bug A possible bug that needs investigation

Comments

@peterprvy
Copy link

Describe the bug
in the editor, when moving to the left, e.g. using Tab, in the focusCellNoEvent function, focus is on the element, but it does not work as expected, if at the beginning of the table frozen columns

Tabulator Info
5.6.1 - and newer

Working Example
https://jsfiddle.net/peterprvy/x0Lc3v9h/5/

To Reproduce

  1. Edit col1
  2. Press Tab, Tab, Tab
  3. Press shit+tab, shit+tab, shit+tab, shit+tab
  4. col1 is invisible, under frozen columns

Expected behavior
move table so that the focused cell is visible

Screenshots

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: chrome
  • Version: 130.0.6723.119
@peterprvy peterprvy added the Possible Bug A possible bug that needs investigation label Nov 17, 2024
@peterprvy
Copy link
Author

peterprvy commented Nov 17, 2024

even scrollToColumn does not work with frozen columns

https://jsfiddle.net/peterprvy/x0Lc3v9h/12/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant