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

Added preventDefault and stopPropagation to events #143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xooxdoo
Copy link

@xooxdoo xooxdoo commented Feb 26, 2016

see #23

@csuwildcat
Copy link
Member

I reviewed this, and we're going to have to make it a tree of preventDefault calls. Right now the code in the pull request will not prevent the default of events that are compound. Consider an event composed of a base native, a second level event, and a top level event. The code in the pull would only call the base native event's preventDefault, but the other event logic would still occur.

@xooxdoo
Copy link
Author

xooxdoo commented May 23, 2016

Ok, actually, I'm now focusing on another project and can't help right now so I will leave this to you or another contributor.

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

Successfully merging this pull request may close these issues.

2 participants