You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Open tests and see what is failing in IE11 comparing to other browsers.
Expected Results
disabled has corresponding accessors that allow to react to changes.
Actual Results
No accessors are created for disabled.
Browsers Affected
This is not clear to me. I think that it's not only IE11 since the logic seems to be a little bit naive for how accessors are created. But in IE11 it's a way more problematic.
In general creating property accessors for native properties like disabled is (unfortunately) not supported. It looks like we failed specifically to list disabled in the docs related to this here: https://www.polymer-project.org/2.0/docs/devguide/data-binding#native-binding. We'll leave this issue open so we can address the docs.
From @bashmish on April 7, 2018 10:11
Description
Polymer.PropertiesMixin fails to create property accessors in IE11 for certain important names like
disabled
.Live Demo
https://github.com/bashmish/bug-ie11-polymer-properties-mixin
Steps to Reproduce
Open tests and see what is failing in IE11 comparing to other browsers.
Expected Results
disabled
has corresponding accessors that allow to react to changes.Actual Results
No accessors are created for
disabled
.Browsers Affected
This is not clear to me. I think that it's not only IE11 since the logic seems to be a little bit naive for how accessors are created. But in IE11 it's a way more problematic.
Versions
Copied from original issue: Polymer/polymer#5183
The text was updated successfully, but these errors were encountered: