-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
CMD + Click on a link = opens the link in a new tab #1381
Comments
I forgot to mention about browsers⦠I can reproduce it on Firefox. On Chrome this behaviour does not occur. So it seems to be a bug. |
I confirm that but... ...I also noticed this is a native feature of FF called "Open in Background Tab" https://support.mozilla.org/en-US/kb/mouse-shortcuts-perform-common-tasks, which can also be triggered by middle-clicking a link. I checked CKEditor 4 and it allows this behavior. I don't remember any bug reports concerning it in the past. Anyway, neither Ctrl/Cmd+left click nor plain middle-click opens a new tab in Chrome. I checked that using plain TBH, I wouldn't be worried about that. Even if a user uses this shortcut accidently, the link opens in a background tab which does not disrupt the editing process. What's more, instead of disabling it in FF, I'd rather consider implementing the feature for Google Chrome because it feels like a nice UX to me. cc @Reinmar |
π π π |
I know this has been requested feature back in CKE4 (not the most popular one, but the kind that is asked every 2 months or so) and we made unofficial plugin on my account that people were happy with https://github.com/mlewand/ckeditor-plugin-openlink |
Note: If we'll work on this, let's make sure we don't introduce any XSS issues. |
|
Feature (link): Adds the possibility to open a link by Ctrl/Cmd+click or Alt+Enter. Closes #1381.
Is this a bug report or feature request? (choose one)
π Bug report
π» Version of CKEditor
Latest master.
π Steps to reproduce
β Expected result
Editing link toolbar should appear. The link shouldn't be opened in a new tab.
β Actual result
Clicked link is opened in the new tab.
π Other details that might be useful
I am not sure it is a bug or not. If not, the ticket is invalid.
The text was updated successfully, but these errors were encountered: