Closed ghost closed 7 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!
) and we'll verify. Thanks.
I signed it!
CLAs look good, thanks!
This is no longer the case with Polymer 2.x or 1.x
Hi,
thanks for your answer but I can recreate the problem in your jsbin for Polymer 1.x.
If the x-key-aware
component with disable-upgrade
gets removed from the page, detached
of the iron-a11y-keys-behavior
is called and leads to an error in _unlistenKeyEventListeners
.
Oh wow, that looks more a Polymer bug rather than of this behavior... Updated the jsbin http://jsbin.com/miqoxuf/3/edit?html,console,output Mind opening an issue in https://github.com/Polymer/polymer/issues?
Thanks for the updated jsbin! I will open the issue.
Am I right that detached
should not be called in this case?
Fixes an issue where an element with this behavior and
disable-upgrade
throws an error when the element getsdetached
.