]> source.dussan.org Git - vaadin-framework.git/commit
reduce reflow and calculation in VOverlay (#12566)
authorFabian Lange <lange.fabian@gmail.com>
Thu, 12 Sep 2013 14:20:17 +0000 (16:20 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 2 Oct 2013 07:47:37 +0000 (07:47 +0000)
commit5966f01b9f804621ac123792850b43e86399ec60
treeb75a595057c8f3e0073a17db0b5bf39a9bcc9751
parentb8828e7270122930d21d9b561cde73a652d62f7a
reduce reflow and calculation in VOverlay (#12566)

the actual position of VOverlay is only required when a shim or shadow is used.
Otherwise the calculation of its position causes unnecessary reflows.

Change-Id: Id3915fe55c6b477f5d3ff01ee3a505014303d6d6
client/src/com/vaadin/client/ui/VOverlay.java