DataGridXL2
DataGridXL2 copied to clipboard
Double tapping cell opens cellEditor (on touch)
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.
The dblclick event on touch could perhaps set focus to inputBar.