]> source.dussan.org Git - vaadin-framework.git/commit
Use theme font and normal line wrapping for regular tooltips (#9143)
authorLeif Åstrand <legioth@gmail.com>
Mon, 15 May 2017 08:44:24 +0000 (11:44 +0300)
committerHenri Sara <henri.sara@gmail.com>
Mon, 15 May 2017 08:44:24 +0000 (11:44 +0300)
commit6cfd4ed55a1f8e5defa6ef42e6c666966aca584b
tree5dfe42e91f947a34442d5cd1f6d2e7b3805dc0cc
parent8949b2def6000c648974cbe6c24753711e84ad87
Use theme font and normal line wrapping for regular tooltips (#9143)

Fixes #9121
all/src/main/templates/release-notes.html
client/src/main/java/com/vaadin/client/VTooltip.java
compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss
tests/screenshots
themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss
uitest/src/main/java/com/vaadin/tests/components/TooltipPosition.java
uitest/src/main/java/com/vaadin/tests/components/abstractcomponent/TooltipStyling.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/abstractcomponent/TooltipModesTest.java
uitest/src/test/java/com/vaadin/tests/components/abstractcomponent/TooltipStylingTest.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/tb3/MultiBrowserThemeTest.java