Todo list with link in part of item text results in entire text as link #6455
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.
📝 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.📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: