DataGridXL2 icon indicating copy to clipboard operation
DataGridXL2 copied to clipboard

Double tapping cell opens cellEditor (on touch)

Open DataGridXL opened this issue 3 years ago • 1 comments

Strange this here is: if tapping on one cell, then quickly tapping on another cell, dblclick event is recognized (which makes sense). However, eventArea.dblclick handler should check for areCoordsEqual (new tap vs. prev tap). Somehow the openCellEditor method is still called.

DataGridXL avatar Feb 02 '22 13:02 DataGridXL

The dblclick event on touch could perhaps set focus to inputBar.

DataGridXL avatar Oct 25 '23 22:10 DataGridXL