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

[Bug]: toggle list is not rendered #6207

Open
1 task done
its-dibo opened this issue Mar 25, 2025 · 0 comments
Open
1 task done

[Bug]: toggle list is not rendered #6207

its-dibo opened this issue Mar 25, 2025 · 0 comments
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug

Comments

@its-dibo
Copy link

Affected Packages

extension-task-list

Version(s)

2.11.5

Bug Description

I use task list, when I add a task in the editor it not rendered

extensions: [
 TaskList,
 TaskItem.configure({ nested: true }),
]

in editor

[] aa

rendered

<ul><li><label><span></span></label><div><p>aa</p></div></li></ul>

the same for the normal list

<ul><li><p>bb</p></li><li><p>cc</p></li><li><p></p></li></ul>

note: I don't talk about the styling here, I just want it to be rendered as HTMl correctly

Image

Browser Used

Chrome

Code Example URL

No response

Expected Behavior

The task list is rendered correctly

Additional Context (Optional)

No response

Dependency Updates

  • Yes, I've updated all my dependencies.
@its-dibo its-dibo added Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug labels Mar 25, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Tiptap: Issues Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug
Projects
Status: Needs Triage
Development

No branches or pull requests

1 participant