Skip to content

Issue with Table Extension Validator in Strict Mode #270

@fx69005

Description

@fx69005

I’m encountering an issue with the table extension in Tiptap when using the strict mode validator. When I add a basic table to the editor's content, the validator seems to reject it, and the table is not rendered properly. However, when the validator is disabled, the table renders correctly in the editor.

  • Steps to Reproduce:

Enable strict mode for the validator in Tiptap.
Add a basic table to the editor's content.
Observe that the table is not rendered or validated correctly.
Disable the validator and add the same table content.
Observe that the table renders correctly.

  • Expected Behavior:
    The table should be validated and rendered correctly in strict mode, just as it is when the validator is disabled.

  • Actual Behavior:
    The table is not rendered or validated properly in strict mode, but it works fine when the validator is disabled.

tiptap version : 2.11.5
prosemirror table version : 1.6.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions