angular-ui/ui-grid
在 GitHub 查看Column pinning is malfunctioned when Chrome not zoom to 100%
Open
#3,560 建立於 2015年5月22日
help wantedtype: bug
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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