DGXL2 @ launch - on input part focus/blur (touch), grid jumps back to top viewport
DataGridXL opened this issue · 1 comments
DataGridXL commented
This happens in fullscreen mode. might have to do with onscreen keyboard collapsing/expanding. we have a resize event that brings us back to top viewport. we should disable this if on touch + in fullscreen!
DataGridXL commented
Fixed by recognizing onscreenKeyboardOpened/onscreenKeyboardClosed events. However, we really should scroll the viewport to cellCursor position when inputBar focuses. That is a new ticket