cloudquery icon indicating copy to clipboard operation
cloudquery copied to clipboard

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

Open daraosn opened this issue 7 years ago • 1 comments

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

daraosn avatar Jan 27 '19 01:01 daraosn

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();

timqian avatar Jan 27 '19 06:01 timqian