You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug? bug
What is the current behavior?
If I set defaultLinkTarget to _blank and I paste an URL inside the alloyeditor, it does not add the configured default target, in this case _blank.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Set the following config (defaultLinkTarget)
Paste an URL inside the alloyeditor, it does not add the configured default target, in this case _blank.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If I set defaultLinkTarget to
_blank
and I paste an URL inside the alloyeditor, it does not add the configured default target, in this case_blank
.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
_blank
.Problem is that the
CKEDITOR.plugins.ae_autolink
only adds the following:What is the expected behavior?
The link should open in a new tab, if defaultLinkTarget is set to
_blank
.Which versions of alloy-editor, and which browser / OS are affected by this issue? Did this work in previous versions?
Alloy-editor 2.14.7
The text was updated successfully, but these errors were encountered: