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:50 UTC

[guacamole-client] branch staging/1.2.0 updated (bc83918 -> ab6f045)

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

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


    from bc83918  GUACAMOLE-955: Merge provide default translation string for all untranslated messages.
     add 716b686  GUACAMOLE-883: Do not attempt to scroll beyond established page dimensions.
     add 844a2d9  GUACAMOLE-883: Allow guacTextInput directive to lose focus.
     new ab6f045  GUACAMOLE-883: Merge correct guacViewport and guacTextInput behavior on iOS 13.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 delete mode 100644 guacamole/src/main/webapp/app/client/styles/text-input.css


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

Posted by vn...@apache.org.
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(-)