-
Notifications
You must be signed in to change notification settings - Fork 2k
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
External links on the website doesn't work as expected #1393
Comments
Why do I have a wheel present instead of opening a new window after middle clicking any external link? |
Left click is normal, open a new tab. |
Never mind, it's only because maple's example is too special. @1v9 and I just tested other links in the site. It's an issue about something like |
@liolok IMO, I don't think it is good to override the normal behavior of links, because it will break a lot of things such as middle click to open in new tab. Besides, I think it is the third parameter of window.open(location.href, '_blank') // open new tab normally
window.open(location.href, '_blank', 'noopener') // open a new window |
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
|
@stevenjoezhang What do you mean in this link? I am not using Edge. |
But I am using CentBrowser, which is based on Chromium. |
@maple3142 It's CentBrowser's fault, even Edge Chromium is normal as Chrome. |
@1v9 I know that |
@maple3142 In fact, we didn't meet this issue. Middle click ------> a wheel, Firefox & Chrome is same. There's not a new tab or window open. |
Maybe try another computer( |
@1v9 You can middle click on any normal
|
@maple3142 Are you in our tele group? My english is bad( |
What's about making exturl to be a simple |
I don't think what we can change About new window → it's CentBrowser bug, on all other browsers new tab opened always. |
Related Issues: |
Or how about creating a External link warning / redirect page? |
Issue Checklist
When I try to middle click any external link on the website, it won't open in newtab like regular link, which is really bad for UX.
What's more, it opens a window instead of newtab when I left click on it.
Video: https://streamable.com/w5lwa
The text was updated successfully, but these errors were encountered: