Describe the bug
The cursor can not move before a mention in Firefox, so if the first thing inside a document is a user mention, then you can not add anything before it.
This is a known bug in Firefox when a contenteditable=false element is the first child of a contenteditable=true. See upstream bug report https://bugzilla.mozilla.org/show_bug.cgi?id=1796943.
To Reproduce
Steps to reproduce the behavior:
- Open empty file
- Add a mention
- Try to add something in front of the mention
Expected behavior
Cursor can move before the mention.
Client details:
- OS: Linux
- Browser: Firefox
- Version: master
- Device: desktop
Describe the bug
The cursor can not move before a mention in Firefox, so if the first thing inside a document is a user mention, then you can not add anything before it.
This is a known bug in Firefox when a
contenteditable=falseelement is the first child of acontenteditable=true. See upstream bug report https://bugzilla.mozilla.org/show_bug.cgi?id=1796943.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cursor can move before the mention.
Client details: