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

Should links open in current tab or new tab? #24

Open
sourabhtk37 opened this issue Aug 17, 2017 · 2 comments
Open

Should links open in current tab or new tab? #24

sourabhtk37 opened this issue Aug 17, 2017 · 2 comments
Labels

Comments

@sourabhtk37
Copy link
Member

It's a somewhat yes or no situation for open in new tab. Back then it would have been very bad design since the browsers didn't have "tabs" and it would spawn an entire new window. Now they have tabs and it gives users feedback that something happened and new tab is opened.

The necessity of new tab in current scenario depends upon:

  • Whether there is a browse-able content on the current page that the user would like to return to?
  • Is there any active video content that the user might be playing?
  • Are there form fields that user may have filled half way through and clicked on something like terms and conditions?

Please share your views.

@rajudev
Copy link
Member

rajudev commented Aug 17, 2017

The behaviour of opening new tabs should be the default one. Unless the link is referring to the websites own section.
This ensures that the user stays on the web page. Rather than getting carried away to any other link.

@cvam0000
Copy link
Member

cvam0000 commented Jan 5, 2020

IMO the new page should open in the same tab.

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

No branches or pull requests

4 participants