Skip to content

GUACAMOLE-742: Use "data-disabled" instead of "disabled" for directive attributes.#405

Merged
necouchman merged 1 commit intoapache:masterfrom
mike-jumper:fix-ie-disabled
May 17, 2019
Merged

GUACAMOLE-742: Use "data-disabled" instead of "disabled" for directive attributes.#405
necouchman merged 1 commit intoapache:masterfrom
mike-jumper:fix-ie-disabled

Conversation

@mike-jumper
Copy link
Contributor

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.

…e attributes.

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.
@necouchman necouchman merged commit 2362cfc into apache:master May 17, 2019
@mike-jumper mike-jumper deleted the fix-ie-disabled branch May 17, 2019 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants