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

Todo list with link in part of item text results in entire text as link #6455

Closed
oliverguenther opened this issue Mar 17, 2020 · 2 comments
Closed
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@oliverguenther
Copy link

📝 Provide detailed reproduction steps (if any)

1.Use CKEditor with Todo list feature enabled with any version including 17.0 (e.g., https://ckeditor.com/docs/ckeditor5/latest/features/todo-lists.html)
2. Enter a todo list item "Foo bar"
3. Make "Foo" a link to some web page
4. Observe the resulting HTML data

✔️ Expected result

Only the Foo part becomes a link

❌ Actual result

The entire line Foo bar becomes the content of the link.

Here's a screenshot with the view HTML and the resulting getData() output on your todo list demo page.

Screenshot from 2020-03-17 13-33-44

📃 Other details

  • Browser: Appears not to matter, tested in current Chrome and Firefox
  • CKEditor version: Confirmed in versions 15.0 and 17.0
  • Installed CKEditor plugins: List

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@oliverguenther oliverguenther added the type:bug This issue reports a buggy (incorrect) behavior. label Mar 17, 2020
@Mgsy
Copy link
Member

Mgsy commented Mar 17, 2020

Hi, thanks for the report. It's a known issue, so I'm closing it as a duplicate of #5779.

@Mgsy Mgsy closed this as completed Mar 17, 2020
@Mgsy Mgsy added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Mar 17, 2020
@oliverguenther
Copy link
Author

Thanks and sorry @Mgsy , I failed to find the other issue for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants