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 2019/05/16 21:24:44 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #405: GUACAMOLE-742: Use "data-disabled" instead of "disabled" for directive attributes.

mike-jumper opened a new pull request #405: GUACAMOLE-742: Use "data-disabled" instead of "disabled" for directive attributes.
URL: https://github.com/apache/guacamole-client/pull/405
 
 
   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.

----------------------------------------------------------------
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


With regards,
Apache Git Services