Community
Participate
Working Groups
Build Identifier: 20100617-1415 If a Grid contains a GridColumnGroup and the group is collapsed, the widths of the columns whose isVisible() method returns false are included by getHScrollSelectionInPixels()in its calculation of the number of pixels to scroll. Reproducible: Always Steps to Reproduce: 1. Create a Grid with one or more GridColumnGroups. 2. Collapse the GridColumnGroup 3. Observe that the horizontal scrolling doesn't scroll correctly after the last visible column in the collapsed GridColumnGroup
Created attachment 183445 [details] Patch for the scrolling problem
New Gerrit change created: https://git.eclipse.org/r/93012
Gerrit change https://git.eclipse.org/r/93012 was merged to [master]. Commit: http://git.eclipse.org/c/nebula/org.eclipse.nebula.git/commit/?id=87a9e43cf6b4b404b8ffa118b7fc6eece2a2062b
Bug fixed but never closed