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

Clicking some links doesn't prevent default events (aka, it follows the link) #10

Open
daraosn opened this issue Jan 27, 2019 · 1 comment

Comments

@daraosn
Copy link

daraosn commented Jan 27, 2019

  1. go to Facebook.com
  2. click on any footer link (i.e. Sign up or Help)
  3. iframe renders {"message":"Forbidden"}
@timqian
Copy link
Member

timqian commented Jan 27, 2019

This bug looks wired, the signup link on https://facebook.com looks like a normal <a/> but no method below prevents the default event

e.preventDefault();
e.stopImmediatePropagation();
e.stopPropagation();

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

No branches or pull requests

2 participants