At times, we’ve experienced strange issues around contenteditable=false and text selection with the mouse
To replicate:
- Go to ProseMirror collab example and highlight a word, add a comment
- Try selecting the word by click and dragging directly from the start of the comment (where the
contenteditable=falseis inserted) - Expected: The word is highlighted and dragging further will highlight more of the word
- Actual: The cursor moves along with the mouse, but no text is selected
Browser: Chrome 113
Is contenteditable=false the best way of adding chroming to a ProseMirror editor or are there alternate methods?