angular-ui/ui-grid

Column pinning is malfunctioned when Chrome not zoom to 100%

Open

#3.560 geöffnet am 22. Mai 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wantedtype: bug

Repository-Metriken

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

Beschreibung

I tested the official example of column pinning in http://angular-ui.github.io/ng-grid/ on Chrome browser. It could only work properly on zoom view 100%. Once changed to 90% or 110% then pinning got malfunctioned.

During testing, I found calculation of pinned column's new left while scrolling will occur floating point under Chrome. But domUtilityService.setColLeft only search integer value to make replacement.

Test Environment: OS: Win7 64bit, Browser: Chrome 43.0.2357.65 m

Contributor Guide