PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Skip a 'blur' event test if the browser has a bug that would prevent it from working. #682

Closed bicknellr closed 5 years ago

bicknellr commented 5 years ago

Firefox seems to have a bug where calling blur on an element with a ShadowRoot containing a focused element doesn't do anything. This checks for the bug and skips the test if present.