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:
[email protected]


Reply via email to