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

Popup issues when including Jquery #1027

Closed
mhartington opened this issue Apr 2, 2014 · 2 comments
Closed

Popup issues when including Jquery #1027

mhartington opened this issue Apr 2, 2014 · 2 comments

Comments

@mhartington
Copy link
Contributor

See more here

http://forum.ionicframework.com/t/the-popup-issue-when-imported-jquery/2496/8

http://codepen.io/lagoonwish/pen/axtjs

@ajoslin ajoslin closed this as completed in 21ff754 Apr 3, 2014
@ajoslin
Copy link
Contributor

ajoslin commented Apr 3, 2014

Fixed - it was checking if the event object had its defaultPrevented, which jQuery hides behind another property.

We now check for (e.originalEvent || e).defaultPrevented, and it works with jQuery.

thanks mike :-)

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants