Polymer/old-docs-site

Polymer.PropertiesMixin fails to create property accessors in IE11 for certain important names like "disabled"

Open

#2,510 建立於 2018年4月10日

在 GitHub 查看
 (4 留言) (0 反應) (1 負責人)HTML (1,013 star) (2,482 fork)batch import
2.xbugdocsgood first issueie11platform

描述

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.

  • Chrome
  • Firefox
  • Edge
  • Safari 9
  • Safari 8
  • IE 11

Versions

  • Polymer: 2.6.0
  • webcomponents: 1.2.0

Copied from original issue: Polymer/polymer#5183

貢獻者指南