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


With regards,
Apache Git Services

Reply via email to