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

Link Plugin: Dropping two subsequent content links will merge them, ignoring target of second #54

Open
mmichaelis opened this issue Mar 9, 2022 · 0 comments
Labels
feature:link Feature dealing with links type:bug Something isn't working

Comments

@mmichaelis
Copy link
Member

Describe the bug

When dropping two (or more links) one after another at the end of the text, both links will be merged into one having only one target.

To Reproduce

Steps to reproduce the behavior:

  1. Open Example App
  2. Empty Content (easier to reproduce)
  3. Open Drag Examples
  4. Drag first content
  5. Drag second content "at the end", thus, the mouse cursor far to the right
  6. See error

Expected Behavior

A second link is created with its text added right behind the previous link. Both parts have a different link target.

Actual Behavior

Text of the second link is written, but the attributes, especially the link's target, is only taken from the first dropped link.

Environment (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Browser Version: 99.0
  • CKEditor Version: 32.0.0
  • Plugins Version: 4.0.0
@mmichaelis mmichaelis added the type:bug Something isn't working label Mar 9, 2022
@mmichaelis mmichaelis added the feature:link Feature dealing with links label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:link Feature dealing with links type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant