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

Blur/Focus do not bubble up and therefore not accessible via this.delegate #27

Closed
dsheiko opened this issue Sep 7, 2016 · 1 comment

Comments

@dsheiko
Copy link

dsheiko commented Sep 7, 2016

Blur/Focus are special events (http://www.quirksmode.org/blog/archives/2008/04/delegating_the.html)
As they do not bubble up one can not subscribe to them by using this.delegate or this.events
I assume here required a trick to emulate the delegation

@akre54
Copy link
Owner

akre54 commented Sep 7, 2016

Dupe of #26. Let's discuss fixes there.

@akre54 akre54 closed this as completed Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants