]> source.dussan.org Git - vaadin-framework.git/commit
Position tooltips in the visible area (#15129). 7.2.6.3
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Tue, 25 Nov 2014 09:19:05 +0000 (12:19 +0300)
committerJohannes Tuikkala <johannes@vaadin.com>
Tue, 24 Mar 2015 09:37:10 +0000 (11:37 +0200)
commit79279054a7d056a17e9ffda82874933902e839b2
treec990344a4c805511a9d8da38506e14e56c3f1d54
parent82304170d04c7c80ac74c034938741b794becc69
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

Conflicts:
uitest/src/com/vaadin/tests/components/menubar/MenuTooltipTest.java

Change-Id: Idff1b1e705012e67700db9e337f374de0eb557c5
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