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]: Backspace for nested lists does not work properly #5552

Open
1 task done
pulosez opened this issue Aug 26, 2024 · 0 comments
Open
1 task done

[Bug]: Backspace for nested lists does not work properly #5552

pulosez opened this issue Aug 26, 2024 · 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

@pulosez
Copy link

pulosez commented Aug 26, 2024

Affected Packages

react

Version(s)

2.6.6

Bug Description

There is strange behaviour when I try to backspace on parent items in nested lists.

How to reproduce the bug:

  1. Go to https://tiptap.dev and click 'Try it Live'.

  2. Create the nested structure simmirar to the following:

Paragraph above list of items:

  • foo
    • bar
  1. Set the cursor at the beginning of 'bar' and press backspace. Instead of making from 'bar' simple paragraph, it will select the whole paragraph text above.

Here is also a short video on how to reproduce it: link.

Browser Used

Chrome

Code Example URL

No response

Expected Behavior

Make a parent list item into a paragraph.

Additional Context (Optional)

No response

Dependency Updates

  • Yes, I've updated all my dependencies.
@pulosez pulosez 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 Aug 26, 2024
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: Triage open
Development

No branches or pull requests

5 participants
@pulosez and others