[Bug]: Unable to queryselectorAll listitems #5003
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
Which packages did you experience the bug in?
core
What Tiptap version are you using?
2.2.4
What’s the bug you are facing?
if any one else also has weird query selectorAll bug with lists or is it just something specific to my build and setup that is breaking it. Since I am using tiptap inside the shadowDOM with lit-html and mobx. Since selecting list items becomes a pain without being able to use the query selector.
when I checked why the call was failing it turns out that because the bulletList is a block item it prevents access to the its children in the querySelector call.
What browser are you using?
Edge
Code example
No response
What did you expect to happen?
Get a list of nodePositions for the list Items
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: