-
-
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
ckeditor 5 wrong rendering for target _blank links #8225
Comments
Hi, can you provide more information about your issue? It would be great if you can add steps to reproduce, expected result and actual result. |
Hi, I'm following to make target _blank links with below instructions: Due to program structure, I need to use updateSourceElement() to update data back to textarea To reproduce the issue, please refer to below video: Expected result: should be simple format like below: Thanks. |
Hi, thanks for the information. I tried using link decorators and always got the expected data. I'd suggest that this double link issue might be caused by your integration and not by the bug in the feature itself. Hovewer, if you are sure that there's a bug in the feature, I guess we'll need a step-by-step guide to reproduce this, together with the editor configuration. |
Hi, Thanks and I have spoted out the issue that there may be conflicts between making target _blank and target _top links, here is my configuration: link: { My idea is automatically convert http links to target _top, and switch to target _blank if the switch is turned on, any suggestions can archive this? Thanks. |
It's the best if end user can self define target _self, _blank, _top, thanks |
Ok, I think now I see what happens here. There seems to be a bug when adding a manual decorator with some other |
We found that ckeditor rendered wrong link with target _blank structure as below:
Testing url (open in new tab)
As a result, the link cannot be clicked and link disappeared when load editor again.
Please help check, thanks.
The text was updated successfully, but these errors were encountered: