diff options
author | Artur <artur@vaadin.com> | 2017-03-27 11:14:49 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2017-03-27 11:14:49 +0300 |
commit | 2fe4c50ac802533e0057ebb8ce0c3c5d1bf50b4b (patch) | |
tree | ab820fb9a2e138476ea6a75fd89d1e88a40090d2 /.gitmodules | |
parent | 9b7d34fc41c0e088069455639cca2f32750291f6 (diff) | |
download | vaadin-framework-2fe4c50ac802533e0057ebb8ce0c3c5d1bf50b4b.tar.gz vaadin-framework-2fe4c50ac802533e0057ebb8ce0c3c5d1bf50b4b.zip |
Use computed style for Escalator size calculations (#8861)
* Use computed style for Escalator size calculations
The old method of using getBoundingClientRect does not work as expected
if a transform has been applied to the element or one of its parents.
For instance PopupView animates itself using a scale(0) -> scale(1)
animation. When scale(0) is active, getBoundingClientRect will return 0
for all sizes while computed style ignores the transform and returns the
expected value.
Fixes #8793
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions