summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-09-01 11:16:12 +0300
committerLeif Åstrand <leif@vaadin.com>2014-09-01 11:58:11 +0300
commit3aca4c731040c45664d2d8086ccc614692097f98 (patch)
treefe986cbe93ef3bfcb276a852a0d0dbd93f5ee877 /uitest
parent22acb7fa65ca7a153604fe3cbf323b18ebe4e08f (diff)
downloadvaadin-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.java1
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");
}
});