olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.76k stars 821 forks source link

Tab skips some editable cell #4607

Open ptibilou opened 1 month ago

ptibilou commented 1 month ago

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

Tabulator Info

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: