-
Notifications
You must be signed in to change notification settings - Fork 158
fix(grid): Apply constraints in a single place when col calculates si… #16617
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
base: master
Are you sure you want to change the base?
Conversation
IMinchev64
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that if we set the grid width to a certain size, let's say 300px for the sake of the example, and also set the minWidth of the columns to have a sum of the same size, 300px, i.e:
The horizontal scrollbar is not present but its area is:

Note: if we change the width of the grid with even a single pixel above the sum of the minWidths of the columns (301px in our case), the area disappears:

Note: this happens only if we use minWidth on the columns, if we keep the same pixel sizes but use width instead the grid seems okay and no scrollbar area is present
|
@IMinchev64 Should be fixed now. |
…ze cache.
Closes #16599
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)