angular-ui/ui-grid

ui-grid-selection inaccurate on android/chrome

Open

#4,344 opened on Sep 9, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
grid-selectionhelp wantedneeds: analysis

Description

When using "enableRowSelection: true", left clicking on a row from an android device running the chrome browser, will act weird. By this I mean it will either select the row above or below the one you actually selected, or it will simply unselect the row instantly after clicking on it.

If we now try to use toggleRowSelection() to remove the highlight (assuming we got lucky and it actually selected the row you clicked), the entire table will freak out and infinitely keep switching selects between the actual row and the row above it.

This problem was present on: Samsung Galaxy Tab 3 Lite (Chrome) Samsung Galaxy S6 (Chrome) iPhone 5 (Chrome)

The problem was not present on: Nokia Lumia 930 (Internet Explorer) Desktop/Laptop (FireFox, Chrome, Internet Explorer)

Could anyone look into this once they find the time?

Contributor guide

ui-grid-selection inaccurate on android/chrome · angular-ui/ui-grid#4344 | Good First Issue