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

remove use of deprecated cancelBubble? #292

Closed
jmesserly opened this issue Sep 23, 2013 · 2 comments
Closed

remove use of deprecated cancelBubble? #292

jmesserly opened this issue Sep 23, 2013 · 2 comments
Assignees

Comments

@jmesserly
Copy link
Contributor

It is deprecated, see: http://dom.spec.whatwg.org/#event and https://developer.mozilla.org/en-US/docs/Web/API/event.cancelBubble

I think the check is not needed... If the developer has called stopPropagation or set cancelBubble to true, the DOM will stop bubbling the event.

@dfreedm
Copy link
Member

dfreedm commented Sep 24, 2013

Related to #74

@ghost ghost assigned sjmiles and ebidel Sep 24, 2013
@sjmiles
Copy link
Contributor

sjmiles commented Aug 18, 2014

I can't find this code anywhere, I suspect this has been obviated by other changes to the event system.

@sjmiles sjmiles closed this as completed Aug 18, 2014
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

4 participants