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

stopPropagation calls are breaking other events #5

Closed
fojas opened this issue Dec 14, 2011 · 0 comments
Closed

stopPropagation calls are breaking other events #5

fojas opened this issue Dec 14, 2011 · 0 comments

Comments

@fojas
Copy link
Contributor

fojas commented Dec 14, 2011

There is a handler for focusin on the body which stopPropagation and prevents focus handlers on input elements.
http://jsfiddle.net/RdSdW/

There is also a stopPropagation in the show function that prevents click handlers on elements containing inputs. http://jsfiddle.net/55snb/

I'm not sure what they are there for, but I have removed them from my fork. Is there a reason for them that I missed?

Thanks.

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

No branches or pull requests

2 participants