enterprise-ng icon indicating copy to clipboard operation
enterprise-ng copied to clipboard

Datagrid touching first row hits header instead

Open anton-kurilov opened this issue 3 years ago • 0 comments

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:

  1. Enable the chrome browser mobile view emulator

  2. Go to 'IDS Example'

  3. Click on the first row in the grid

  4. See that the event is captured header instead (screenshot below) image

  5. 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: image

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.

anton-kurilov avatar Aug 29 '22 17:08 anton-kurilov