diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2014-04-24 17:17:42 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-04-29 12:00:09 +0000 |
commit | a3311d8135bcf153a7df709f93575b3654c0bff4 (patch) | |
tree | bc4e53c5c4587ae0808ae3873980996e3f1b08bc /WebContent/VAADIN/vaadinBootstrap.js | |
parent | 98be6b1978f3ff03a9486f34c22d11cc134bf1c9 (diff) | |
download | vaadin-framework-a3311d8135bcf153a7df709f93575b3654c0bff4.tar.gz vaadin-framework-a3311d8135bcf153a7df709f93575b3654c0bff4.zip |
Prevent scroll position reset on GridLayout hierarchy change (#13386)
State change handling by default clears measured size if the size is set
to undefined; this would cause GridLayout to shrink to zero size because
its child cells have position: absolute. The layout phase recomputes the
size, but in some cases the browser reflows first, affecting the scroll
position of the layout parent. This patch prevents GridLayout from
clearing once-computed sizes during state change.
Change-Id: Id6e066c3ea360083d16d3fcc5c6d7d4bb6cea8b7
Diffstat (limited to 'WebContent/VAADIN/vaadinBootstrap.js')
0 files changed, 0 insertions, 0 deletions