-
Notifications
You must be signed in to change notification settings - Fork 91
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
Can not insert text before Mention #3111
Comments
There's actually other objects with the same issues. Out of my head I think that tables at the beginning of the document have the same problem. |
Seems like the problem only exists in Firefox. In Chromium, I can move the cursor in front of a user mention even if it's the first node inside the document. Also reproducible in the Tiptap example at https://tiptap.dev/api/nodes/mention Likely it's because of the I opened ueberdosis/tiptap#3320 upstream. |
I reported a bug against Firefox since this looks like a browser bug to me: https://bugzilla.mozilla.org/show_bug.cgi?id=1796943 |
I can confirm this Issue. A few details that i hope are helpful to you:
|
Describe the bug
The cursor can not move before a mention, so if the first thing inside a document is a user mention, then you can not add anything before it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cursor can move before the mention.
Client details:
The text was updated successfully, but these errors were encountered: