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

Unbreak height computation on non-IE #365

Open
wants to merge 1 commit into
base: 1.3
Choose a base branch
from
Open

Conversation

jsonn
Copy link
Contributor

@jsonn jsonn commented Oct 12, 2015

Fix a regression introduced by 0863aff: On browsers other than IE, ie is set to false and since false > 8 is not true, the row height was truncated. This would typically show up when using Grids inside a TabContainer, since the onShow event triggers a resize. The fix reorders the branch to match the corresponding order in getHeight() earlier.

Fix a regression introduced by 0863aff: On browsers other than IE, `ie` is set to `false` and since `false > 8` is not true, the row height was truncated. This would typically show up when using Grids inside a TabContainer, since the onShow event triggers a resize. The fix reorders the branch to match the corresponding order in `getHeight()`  earlier.
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.

1 participant