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: On multiple content drop, cursor placed behind first loaded content #55

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 you drag and drop several contents into CKEditor, the editing position will be set right after the first dropped (and loaded) content.

To Reproduce

Steps to reproduce the behavior:

  1. Open Example App
  2. Empty Editor
  3. From Drag Examples, choose one with various contents (like Slow/Fast/Slow)
  4. See error

Expected Behavior

Contents are added line by line and the cursor is either in a new line after all contents dropped, or right at the end of the last content (typing shall not continue link, but just write text).

Actual Behavior

Editing cursor appears behind first loaded content (in case of Slow/Fast/Slow right behind the fast content).

Environment (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Browser Version: 99.0
  • CKEditor Version: 32.0.0
  • CoreMedia's CKEditor 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