Skip to content

[PRO]: Table interaction not working when document has comments #6225

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

Closed
1 task done
olavhaugen opened this issue Apr 1, 2025 · 1 comment
Closed
1 task done

[PRO]: Table interaction not working when document has comments #6225

olavhaugen opened this issue Apr 1, 2025 · 1 comment
Labels
Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug

Comments

@olavhaugen
Copy link

olavhaugen commented Apr 1, 2025

Affected Packages

extension-comments, extension-table

Version(s)

2.17.6 (extension-comments), 2.11.7 (extension-table)

Description of the Bug

I have both the Table and Comments extension enabled in my editor.

Without comments

Without any comments, the table works just like expected. I can interact with it like normal, resize columns, etc.

Image

With comments

As soon as I add a comment to my editor, the table becomes unresponsive. If I then hover over a column to resize it, the editor produces the following error:
Image
Image

Without tables

Having comments without tables also works as expected. No errors, and I can interact normally with the comments and threads.

Browser Used

Chrome

Code Example (Preferred)

No response

Expected Behavior

I would expect the extensions to be compatible with each other.

Additional Context (Optional)

No response

Dependency Updates

  • Yes, I've updated all my dependencies.
@olavhaugen olavhaugen added Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug labels Apr 1, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Tiptap: Issues Apr 1, 2025
@olavhaugen
Copy link
Author

I managed to fix my problems by manually installing [email protected] and then adding a resolution section to my package.json file:

  "resolutions": {
    "prosemirror-view": "1.37.2"
  }

But it would be nice not having to do this.

@github-project-automation github-project-automation bot moved this from Needs Triage to Closed in Tiptap: Issues Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug
Projects
Status: Closed
Development

No branches or pull requests

1 participant