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

The <Link> component when used with target="_blank" attribute shows up (redirects to a blank URL) before the page loads in edge browser #5466

Closed
esshreem opened this issue Jul 6, 2018 · 3 comments

Comments

@esshreem
Copy link

esshreem commented Jul 6, 2018

Bug Report

  • __Package version(s)_Happens in all fabric versions
  • Browser and OS versions: Edge

Priorities and help requested:

Are you willing to submit a PR to fix? No

Requested priority: High

Products/sites affected: (if applicable)

Describe the issue:

When we use the LINK component along with target="_blank" for any of the links opens up the link in a new tab in Edge browser .Initially when the page loads then the URL comes as blank and later as the page loads the URL also shows up.

Actual behavior:

The URL comes as blank on click of a link when it is opening in a new tab.(In edge browser only)

Expected behavior:

Te URL should not come as blank and should show up the original URL.

If applicable, please provide a codepen repro:

https://codepen.io/anon/pen/BVEMyK

@esshreem
Copy link
Author

esshreem commented Jul 6, 2018

Attaching the video recording
Recording #2.zip

@micahgodbolt
Copy link
Member

The behavior of our Link component in IE11 is exactly the same a standard anchor tag. The behavior you are describing is the standard IE11 behavior for _blank hrefs. Can you demonstrate how the link is supposed to act? The codepen below has our Link, as well as an anchor tag. They both act identical.

https://codepen.io/anon/pen/dKBwdJ

@dzearing
Copy link
Member

dzearing commented Jul 6, 2018

I am closing this again. There is no action for us to do here. If you identify an actual bug and fix you'd like to see, please feel free to submit a PR. But please stop opening this bug, and feel free to reach out in email or chat if you have a different understanding about a potential fix.

@dzearing dzearing closed this as completed Jul 6, 2018
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
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

3 participants