You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/02/27 11:14:51 UTC

[guacamole-client] 01/01: GUACAMOLE-883: Merge correct guacViewport and guacTextInput behavior on iOS 13.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.2.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit ab6f0454ae601d3b7c579970cf6ed6e2eb83fdb7
Merge: bc83918 844a2d9
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Thu Feb 27 06:14:43 2020 -0500

    GUACAMOLE-883: Merge correct guacViewport and guacTextInput behavior on iOS 13.

 .../webapp/app/client/directives/guacViewport.js   | 60 ++++++++++++----------
 .../src/main/webapp/app/client/styles/keyboard.css |  5 --
 .../main/webapp/app/client/styles/text-input.css   | 26 ----------
 .../src/main/webapp/app/client/styles/viewport.css |  2 +-
 .../main/webapp/app/client/templates/client.html   |  6 +--
 .../webapp/app/textInput/directives/guacKey.js     |  9 +++-
 .../app/textInput/directives/guacTextInput.js      | 26 ++--------
 .../main/webapp/app/textInput/styles/textInput.css | 34 +++++++-----
 .../webapp/app/textInput/templates/guacKey.html    |  3 +-
 .../app/textInput/templates/guacTextInput.html     |  2 +-
 10 files changed, 70 insertions(+), 103 deletions(-)