-
Notifications
You must be signed in to change notification settings - Fork 8
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
Overscroll of ui-grid horizontally when vertical scrollbar is visible. #423
Comments
dting
added a commit
to dting/webapp
that referenced
this issue
Apr 12, 2016
Resolves child-first-authority-fcc-project#406. Custom styles for the grid scrollbars that override ui-grid style. Autohides the scrollbars when not needed and uses !important because of the need to overrid ui-grid inline styles. I've been investigating some issues with the scrollbars for a while. Notes about a related bug in issue child-first-authority-fcc-project#423.
dting
added a commit
to dting/webapp
that referenced
this issue
Apr 12, 2016
Resolves child-first-authority-fcc-project#406. Custom styles for the grid scrollbars that override ui-grid style. Autohides the scrollbars when not needed and uses !important because of the need to overrid ui-grid inline styles. I've been investigating some issues with the scrollbars for a while. Notes about a related bug in issue child-first-authority-fcc-project#423.
dting
added a commit
to dting/webapp
that referenced
this issue
Apr 12, 2016
Resolves child-first-authority-fcc-project#406. Custom styles for the grid scrollbars that override ui-grid style. Autohides the scrollbars when not needed and uses !important because of the need to overrid ui-grid inline styles. I've been investigating some issues with the scrollbars for a while. Notes about a related bug in issue child-first-authority-fcc-project#423.
I think this issue is why i Initially made the scrollbars thinner. The problem with that is without pagination, the scrollbars are needed to effectively navigate the grid. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever the vertical scrollbar appear the horizontal scrollbar becomes scrollable, even when the specified widths are less than the viewable region. This seems to be a bug that was fixed and reappeared in the ui-grid library:
angular-ui/ui-grid#2734
When looking at the files in the merged PR in the current release, Subtracting the scrollbar width is has been commented out.
It is also mentioned here:
angular-ui/ui-grid#2635
We should keep an eye on this but having the scrollbars is a much better user experience at the cost of an eye sore. Let's ignore this issue and hope newer versions of ui-grid include a fix for the problem.
The text was updated successfully, but these errors were encountered: