tabulator icon indicating copy to clipboard operation
tabulator copied to clipboard

Tree RowClick event is not fired upon certain column setup

Open jaguarxii opened this issue 3 months ago • 1 comments

Describe the bug Tree RowClick event is not fired upon certain column setup

Tabulator Info

  • Tabulator 6.2.1 (UPDATED)

Working Example Sample

To Reproduce A step by step guide to recreate the issue in your JS Fiddle or Codepen:

  1. Setup a tree grid with 1 selectable rows
  2. Setup a column (first column) of a tree grid with a NON-Editable INPUT editor
  3. Setup up the "rowClick" event on the tree table
  4. Run the sample
  5. The first column of the grid does not fire the rowClick event while clicking on its contents, it only works while clicking in surrounding pixel of the content
  6. Any other column fires the "rowClick" event, and selects the row
  7. Adding an "action" button to edit the cell of step 2, fires the "rowClick" event and selects the row

Expected behavior All columns should fire the "rowClick" event of the table while clicking on its contents, to select the current row

Desktop (please complete the following information):

  • OS: Windows 11 Pro
  • Waterfox G6.0.13, Chrome 122, Edge 122

Smartphone (please complete the following information):

  • Did not test

jaguarxii avatar Mar 18 '24 16:03 jaguarxii