angular-ui/ui-grid

Horizontal scroll on pinned column causes grid to scroll to rightmost border

已關閉

#4,037 建立於 2015年7月23日

 (10 則留言) (0 個反應) (0 位負責人)JavaScript (2,496 個分叉)batch import
good first issuegrid-pinning

倉庫指標

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

描述

Steps to reproduce:

  1. Open http://ui-grid.info/docs/#/tutorial/203_pinning
  2. Place mouse on the pinned Name column
  3. Scroll right either on trackpad or mouse (press shift for horizontal scrolling :) => the body of grid view jumps to the rightmost border. I expect the body of the grid view to not scroll horizontally.

In this gif, I first scroll to right only a bit. The body scrolls to the rightmost border. After that, I scroll down and right with the trackpad. The body scrolls again. ui-grid

I was able to repeat the results with Chrome 43, Safari and Firefox on OS X 10.10.4 with external mouse and the trackpad. Also, I got similar results with the latest Ubuntu inside a VirtualBox.

貢獻者指南