angular-ui/ui-grid

ui-grid-selection inaccurate on android/chrome

クローズ

#4,344 opened on 2015/09/09

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,496 件のフォーク)batch import
grid-selectionhelp wantedneeds: analysis

Repository metrics

Stars
 (5,395 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド