-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Scrollbar issue in version 4.3 #6280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Problem is in ui-grid.js in method getViewportStyle() on lines 9003 and 9004. |
+1 for a fix |
i have fixed in |
Still doesn't look right with WHEN_NEEDED option specified while horizontal scrollbar is showing with pinned column. Scroll to the bottom, and you'll see the rows are not aligned between pinned and unpinned columns. |
…WHEN_NEEDED Added logic to needsHScrollbarPlaceholder to account for left/right rendercontainers as well as handle case when gridOption enableHorizontalScrollbar is set to WHEN_NEEDED. fix angular-ui#6280, fix angular-ui#5812, fix angular-ui#5760, fix angular-ui#6590, fix angular-ui#6572, fix angular-ui#6528, fix angular-ui#4251, fix angular-ui#3022
When a column is pinned with no horizontal scrollbar showing for unpinned columns, the pinned column still shows scrollbar placeholder which makes the grid look odd. http://plnkr.co/edit/kRAvZljoYqyX4QiHe2Vh?p=preview
The text was updated successfully, but these errors were encountered: