Skip to content
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

fix: Introduce gridDimensionChanged event #5107

Merged
merged 2 commits into from
Feb 16, 2016
Merged

fix: Introduce gridDimensionChanged event #5107

merged 2 commits into from
Feb 16, 2016

Conversation

dlgski
Copy link
Contributor

@dlgski dlgski commented Feb 11, 2016

Closes #5090

The grid menu enables a scrollbar to keep it's height under the height of the grid by 30px. However, it is only calculated when created. If auto-resize is on then the grid menu height does not get updated and therefore may get cut off. This PR adds a new event gridDimensionChanged to the gridApi which the menu can watch for to update it's style on change.

JLLeitschuh and others added 2 commits February 10, 2016 16:05
chore: Support Travis for 3x branch (3x branch merge)
swalters added a commit that referenced this pull request Feb 16, 2016
fix: Introduce gridDimensionChanged event
@swalters swalters merged commit c5ea13d into angular-ui:3.x Feb 16, 2016
@dlgski dlgski deleted the gridDimensionChanged branch December 6, 2016 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants