You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/08/15 10:18:53 UTC

[GitHub] [guacamole-client] madmath03 commented on a change in pull request #470: GUACAMOLE-124: Add full-screen action

madmath03 commented on a change in pull request #470:
URL: https://github.com/apache/guacamole-client/pull/470#discussion_r470962654



##########
File path: guacamole/src/main/webapp/app/navigation/directives/guacUserMenu.js
##########
@@ -164,6 +191,40 @@ angular.module('navigation').directive('guacUserMenu', [function guacUserMenu()
              */
             $scope.actions = [ LOGOUT_ACTION ];
 
+            // Check if Internet Explorer UserAgent
+            var ua = window.navigator.userAgent;
+            var isIE = (ua.indexOf('MSIE ') > -1) || (ua.indexOf('Trident/') > -1);

Review comment:
       I found several messages on forums regarding black screen with Internet Explorer but no official documentation by Microsoft of the issue.
   
   @mike-jumper would you prefer the latest commit to be removed ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org