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
paper-checkbox ignores backface-visibility: hidden CSS property. Because of that the checkbox stays visible (and allows interaction) even when it's on the backside of the element.
Expected outcome
The property not ignored - checkbox is hidden when on the backside.
Actual outcome
Checkbox remains to be visible.
Live Demo
Not sure how to set up, the example link doesn't seem to work
Description
paper-checkbox ignores
backface-visibility: hiddenCSS property. Because of that the checkbox stays visible (and allows interaction) even when it's on the backside of the element.Expected outcome
The property not ignored - checkbox is hidden when on the backside.
Actual outcome
Checkbox remains to be visible.
Live Demo
Not sure how to set up, the example link doesn't seem to work
Browsers Affected