diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-09-01 11:16:12 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-09-01 11:58:11 +0300 |
commit | 3aca4c731040c45664d2d8086ccc614692097f98 (patch) | |
tree | fe986cbe93ef3bfcb276a852a0d0dbd93f5ee877 /uitest | |
parent | 22acb7fa65ca7a153604fe3cbf323b18ebe4e08f (diff) | |
download | vaadin-framework-3aca4c731040c45664d2d8086ccc614692097f98.tar.gz vaadin-framework-3aca4c731040c45664d2d8086ccc614692097f98.zip |
Fix to Valo menu for iOS (make the header visible)7.3.0
Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java b/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java index 62d76569dd..f30cec76cc 100644 --- a/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java +++ b/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java @@ -175,6 +175,7 @@ public class ValoThemeUI extends UI { break; } } + menu.removeStyleName("valo-menu-visible"); } }); |