mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Internet Explorer 11 interprets the "disabled" attribute on all HTML elements, even unknown elements like AngularJS directives, disabling any input fields that end up on the DOM tree within those elements. This breaks the login form. The alternative "data-disabled" attribute form supported by AngularJS allows things to work without interference.