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(uiGridHeader) stop preserving explicit header heights #6461

Merged
merged 1 commit into from
Nov 13, 2017

Conversation

AgDude
Copy link
Contributor

@AgDude AgDude commented Nov 10, 2017

Stop preserving explicit header heights when styles are rebuilt. The buildStyles function fails to expand header height when it was previously set explicitly, and if explicit definition is needed it will be reset to the same value below.

fixes #3705

Copy link
Member

@mportuga mportuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't making this change bring back a few issues? I mean, I looked at the git blame history of those lines and when you did that change originally it fixed 3 issues.
65ad61f

@AgDude
Copy link
Contributor Author

AgDude commented Nov 12, 2017

I went back and looked at the issues and linked plunkers I addressed with this original change in 2015 and I could not reproduce them. I think the underlying issue was that styles were not being recalculated as often as they should have. I suspect the changes in 553d72b fixed that.

If anyone can reproduce those earlier issues I will certainly take another look.

@AgDude AgDude dismissed mportuga’s stale review November 12, 2017 14:51

See comment on PR

@mportuga mportuga merged commit 76e18d6 into angular-ui:master Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filters disappear if ui-grid-selection and dynamic filters in columns are active
2 participants