Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textfield onBlur / onFocus handlers do not repond in Firefox #194

Closed
debois opened this issue Aug 17, 2016 · 3 comments
Closed

Textfield onBlur / onFocus handlers do not repond in Firefox #194

debois opened this issue Aug 17, 2016 · 3 comments
Labels
Milestone

Comments

@debois
Copy link
Owner

debois commented Aug 17, 2016

This is a regression caused by the fix to #166. We'll correct it once #179 is merged.

However, it doesn't seem we can fix this without bumping the major version, so this is unlikely to be fixed in v7.

@debois debois added the bug label Aug 17, 2016
@debois debois added this to the v8 milestone Aug 17, 2016
@vipentti
Copy link
Collaborator

vipentti commented Aug 18, 2016

Temporary fix to enable these on Firefox is to include a polyfill.

One could use polyfill.io for example

<script src="https://cdn.polyfill.io/v2/polyfill.js?features=Event.focusin"></script>

or https://github.com/paulcpederson/focusin

@debois
Copy link
Owner Author

debois commented Aug 18, 2016

Oh, cool! Can you update the demo to check if we're on Firefox and include the polyfill; and mention it in the docs for onBlur / onFocus? (No need for a PR.)

@vipentti
Copy link
Collaborator

This was fixed (for now) in e533afb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants