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

Tab skips some editable cell #4607

Open
ptibilou opened this issue Oct 22, 2024 · 0 comments
Open

Tab skips some editable cell #4607

ptibilou opened this issue Oct 22, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@ptibilou
Copy link

Describe the bug
editable callback is called before cell value is validated when pressing tab.

Tabulator Info

  • Tabulator 6.3

Working Example
https://jsfiddle.net/cw432ugy/1/

To Reproduce

  1. Go to https://jsfiddle.net/cw432ugy/1/
  2. Click on first cell (top left)
  3. Entrer A in this cell
  4. Press Tab

Expected behavior
It should switch to second cell (top right), but it jumps to third one. The function editable is called before celle edited is valiudated.

Desktop:

  • OS: Windows
  • Browser: Chrome
@ptibilou ptibilou added the Possible Bug A possible bug that needs investigation label Oct 22, 2024
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
3 participants
@ptibilou and others