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 grid reflow/wrapping issue #3371

Merged
merged 1 commit into from
Apr 28, 2015
Merged

Fix grid reflow/wrapping issue #3371

merged 1 commit into from
Apr 28, 2015

Conversation

c0bra
Copy link
Contributor

@c0bra c0bra commented Apr 27, 2015

Pinned containers were wrapping in certain scenarios where grids were being resi
zed. It looked to the end-user like a poorly-rendered flash, and could possibly
happen over and over during resizing.

This fix uses margins to offset the body render container from the the left and
right render containers

Fixes #2997, Fixes #1957

Pinned containers were wrapping in certain scenarios where grids were being resi
zed. It looked to the end-user like a poorly-rendered flash, and could possibly
happen over and over during resizing.

This fix uses margins to offset the body render container from the the left and
right render containers

Fixes #2997, Fixes #1957
c0bra added a commit that referenced this pull request Apr 28, 2015
@c0bra c0bra merged commit 5e81f41 into master Apr 28, 2015
@c0bra c0bra removed the in progress label Apr 28, 2015
@JLLeitschuh JLLeitschuh deleted the fix-grid-reflow branch January 19, 2016 17:43
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.

reduce flicker when resizing horizontally Resizing a grid window shudders down the page with pinned columns
1 participant