enterprise-ng
enterprise-ng copied to clipboard
Datagrid touching first row hits header instead
Describe the bug Prerequisites: Chrome, Chrome Mobile Emulator enabled, simulate touch events When clicking on the first row of a datagrid the the event is actually captured by the header. This is especially problematic for users on a mobile device that are using a datagrid. In our example it is a 1 column datagrid that represents look up data.
To Reproduce Steps to reproduce the behavior:
-
Enable the chrome browser mobile view emulator
-
Go to 'IDS Example'
-
Click on the first row in the grid
-
See that the event is captured header instead (screenshot below)

-
Note: This does not seem to happen in a desktop view with a mouse event instead of a touch event.
Expected behavior
Cell captures event just like on desktop, for example:

Version latest ng-enterprise , and enterprise
Screenshots Screenshots already attached
Platform
- Device (if applicable) [Mobile]
- OS Version: [Chrome Browser Mobile Emulator on Windows]
- Browser Name [Chrome Browser Mobile Emulator]
- Browser Version [latest]
Additional context Add any other context about the problem here.