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]: Removing headers after splitting cells leaves table header in the middle of table. #4013

Open
1 of 2 tasks
rodrigopineda028 opened this issue May 3, 2023 · 0 comments
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Triage: Open A new issue or pullrequest that requires triage (added by default) Type: Bug The issue or pullrequest is related to a bug

Comments

@rodrigopineda028
Copy link

Which packages did you experience the bug in?

table

What Tiptap version are you using?

2.0.0-beta.202

What’s the bug you are facing?

If you have merged headers and you split those cells, and then disable headers, the table headers are left in the middle of table:

image

What browser are you using?

Chrome

Code example

No response

What did you expect to happen?

When disabling headers, either row or columns, no table header should exist after the first row or column.

Anything to add? (optional)

Steps to reproduce:

Can be reproduce on table example

  1. Toggle header column
  2. Merge any header column with adjacent cells to the right. If row header is toggled, obviate first row.
  3. Split merged header cells
  4. Disable header column.

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@rodrigopineda028 rodrigopineda028 added Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Triage: Open A new issue or pullrequest that requires triage (added by default) Type: Bug The issue or pullrequest is related to a bug labels May 3, 2023
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. Triage: Open A new issue or pullrequest that requires triage (added by default) Type: Bug The issue or pullrequest is related to a bug
Projects
Status: Triage open
Development

No branches or pull requests

3 participants