angular-ui/ui-grid

RTL horizontal scrolling is broken while moving columns

已關閉

#5,177 建立於 2016年3月1日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (2,496 個分叉)batch import
help wanted

倉庫指標

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

描述

Scrolling the grid while moving columns doesn't seem to be working for RTL. I'm running Windows 10 and have seen the issue in Chrome, FF, and IE11. Trying to move a column to the left doesn't scroll at all, but then when I drag the same column back towards the right side of the grid, the grid scrolls to the left. Here's a plunkr (based on the example in the column moving tutorial) demonstrating this.

  1. Click and hold the right-most column header ("Id" in this case).
  2. Drag the column to the left side of the grid.

Notice that the grid did not scroll to the left even though it should have. Now, if you drag the column back to the right side of the grid, you can see the grid scroll to the left when it shouldn't have scrolled at all.

貢獻者指南