]> source.dussan.org Git - vaadin-framework.git/commit
Always add tooltip event handlers for Window (#11448)
authorLeif Åstrand <leif@vaadin.com>
Mon, 20 May 2013 13:45:56 +0000 (16:45 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 20 May 2013 13:45:56 +0000 (16:45 +0300)
commit34e6c60a5a746c0306c3a84ae8d6c21dfd84d878
tree270bc467412a1bab6968c4f59b709f3145c7fb07
parent0c8edf1ff0502070d92dc6d8ef5af304d7570934
Always add tooltip event handlers for Window (#11448)

This is needed to ensure tooltips are closed when moving the mouse
outside the component but still inside the window. In 7.1, this should
instead be implemented by overriding hasTooltip() to return true.

Merge: manual
Change-Id: I48d47474a4e4f0303fd85552612f6960fcdce0a7
client/src/com/vaadin/client/ui/window/WindowConnector.java
uitest/src/com/vaadin/tests/components/window/TooltipInWindow.html