angular-ui/ui-grid

Touchscreen scolling + selection conflict

Open

#6.147 geöffnet am 4. Apr. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
good first issue

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi, I am using ui-grid (v4.0.2 - 2016-12-30) with a linux touchscreen device, running chrome. My setup includes the following:

enableColumnMenus: false, enableFiltering: false, enableExpandableRowHeader: false, expandableRowTemplate: 'orderActions.html', expandableRowHeight: 35, enableRowSelection : true, selectionRowHeaderWidth: 0, enableFullRowSelection: true, multiSelect: false,

also, I expand a row upon selection. Everything works fine on a normal with mouse, but when I use the touchscreen to scroll, sometimes (especially on momentum scrolling action) rows are being selected when I only intend to scroll (drag).

Contributor Guide