]> source.dussan.org Git - vaadin-framework.git/commit
Make tooltips stationary when hovering (#13981)
authorJuuso Valli <juuso@vaadin.com>
Fri, 6 Jun 2014 09:55:56 +0000 (12:55 +0300)
committerJuuso Valli <juuso@vaadin.com>
Wed, 11 Jun 2014 13:28:42 +0000 (16:28 +0300)
commit26eeaa5dacb89266fda57c6e1faaead37edc934d
treeafd238c9a73f8968832229322b21f9c021c93edd
parent63f2b0437b13394cedeb7c916935b987f3ca278f
Make tooltips stationary when hovering (#13981)

Change-Id: I44acce87ea5c37d7b210e6c6c3dd9cd511192524
13 files changed:
client/src/com/vaadin/client/TooltipInfo.java
client/src/com/vaadin/client/VTooltip.java
client/src/com/vaadin/client/ui/VMenuBar.java
client/src/com/vaadin/client/ui/VScrollTable.java
client/src/com/vaadin/client/ui/VTabsheet.java
client/src/com/vaadin/client/ui/tree/TreeConnector.java
uitest/src/com/vaadin/tests/components/menubar/MenuBarTooltipsNearEdgeTest.java
uitest/src/com/vaadin/tests/components/menubar/MenuTooltipTest.java
uitest/src/com/vaadin/tests/components/window/TooltipInWindowTest.java
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java
uitest/src/com/vaadin/tests/tooltip/StationaryTooltip.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tooltip/StationaryTooltipTest.java [new file with mode: 0644]