Alan Chandler
Alan Chandler
@notwaldorf Anyone looking at this?
@notwaldorf Well definitely a bug, but I couldn't quite get my head around how it was all working to offer a pull request. Basically disabled puts tabindex="-1" on the paper...
@notwaldorf, as I said I would, I made an attempt last night to get further into this problem and I know now what is happening, but not how to fix...
I am happy to report that this bug seems to have disappeared when using Polymer 2.0
I think I spoke too soon. Although the original problem has disappeared, I am now finding that I have elements with aria-disabled as true, but with a tab-index of 0,...
I think this change needs to be better documented, and also is **wrong** in the documentation `inputElement` is a getter on `paper-input` but the docs (for `paper-input-behavior`) says it is...
@notwaldorf The `paper-input-behavior` api docs refer to `inputElement` as a "Method", but its a getter, so should be referred to as a "Property"
This particular issue has just hit me too as I restructured my application behind a neon-animated-pages selection. My old structure set the tab value after the page was in view...
@notwaldorf and @sorvell. If you look at the analysis I've been doing today of the problem in Polymer/polymer #3348 you will see that is pot luck which import of a...
@IntranetFactory. I found a compromise workaround for the issue. Do not load your theme directly in your html, instead in you app.js script add the following: ``` app.addEventListener('dom-change', function() {...