Closed nick211 closed 8 years ago
I've made a jsbin with your code (http://jsbin.com/puhepo/edit?html,output), and I can repro this on Firefox, but not Chrome or Safari.
Since you think this is a paper-tabs
issue, I'm going to pass this on to @bicknellr to take a look at it :)
Looks like this might be the result of iron-flex-layout
being temporarily broken recently. @nick211 update and try again?
@notwaldorf just pointed out to me that this is from Nov. 2nd. so the iron-flex-layout
thing must not be related. But could you try to repro this again? It seems to have been fixed anyways.
Closing this, as there hasn't been any activity on this lately. Please re-open if this is still occurring.
E.g.
When tabbing through the UI, no focus state is shown for the radio buttons (only a very short focus "flicker" is shown when the focus leaves a radio button).
Adding attribute "hidden" to the paper-tabs element fixes the issue, indicating that paper-tabs causes the issue (I haven't looked at the cause in more detail; perhaps the cause is more general).
Note that paper-tabs and the paper-radio-button don't need to be DOM siblings to trigger the broken behavior (in my app, the paper-tabs and paper-radio-button are in different parts of the DOM, yet the broken behavior is still happening).