From 03f0e22199a17cf3d60c131b05aca65ba5e92e9c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 29 Jan 2015 14:22:25 -0800 Subject: [PATCH] GUAC-958: Work around iOS 7 visibility issue (text input UI invisible - apparently miscalculated by Safari as obscured by the iframe). --- .../src/main/webapp/app/client/templates/guacClient.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/guacamole/src/main/webapp/app/client/templates/guacClient.html b/guacamole/src/main/webapp/app/client/templates/guacClient.html index 30e5d606d..a27a03c4c 100644 --- a/guacamole/src/main/webapp/app/client/templates/guacClient.html +++ b/guacamole/src/main/webapp/app/client/templates/guacClient.html @@ -21,15 +21,17 @@ THE SOFTWARE. --> - - -
+ + + +
+
\ No newline at end of file