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 #5452

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

Comments

@esshreem
Copy link

esshreem commented Jul 5, 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

@micahgodbolt
Copy link
Member

How can we repro this issue? I'm not following what the problem is. Your example loads, then I can click on the link, and the link works as expected.

@dzearing
Copy link
Member

dzearing commented Jul 5, 2018

This has nothing to do with the Link component. If you did this with a vanilla A tag using target="_blank", the behavior would be identical.

Closing, as this look by design.

@esshreem
Copy link
Author

esshreem commented Jul 6, 2018

Hi ,

Please observe carefully .
In edge browser for a fraction of second the title of the tab is shown as _blank also the URL is not rendered.Since the page loads quite fast hence here it is not much visible. But in ideal case the page may take time to reload .In this case we cant avoid this .Please refer to the video attached .Also I was not able to reopen the issue . Thus creating new issue again .#5466
Recording #2.zip

@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