angular-ui/ui-grid

ui-grid-selection inaccurate on android/chrome

已關閉

#4,344 建立於 2015年9月9日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (2,496 個分叉)batch import
grid-selectionhelp wantedneeds: analysis

倉庫指標

星標
 (5,395 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南