]> source.dussan.org Git - vaadin-framework.git/commit
Position tooltips in the visible area (#15129).
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Tue, 25 Nov 2014 09:19:05 +0000 (12:19 +0300)
committerAnna Koskinen <anna@vaadin.com>
Wed, 26 Nov 2014 13:15:14 +0000 (15:15 +0200)
commit65a4fd14bff1043ab62c045d7d176d2097242fb2
treee138cda8d4190868da2085758c91f301e127f50a
parent75ca951246f4c40dbc6914539d2d2d4890d30089
Position tooltips in the visible area (#15129).

Based on Mika's reverted patch, with additional fix and test for
regression "an empty tooltip appears while the application is
initializing".

Change-Id: I8237fc9340265708a05a7576a5d9e8e374dc1fea
client/src/com/vaadin/client/VTooltip.java
uitest/src/com/vaadin/tests/components/TooltipPosition.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/TooltipPositionTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/menubar/MenuTooltipTest.java