octo
octo copied to clipboard
Bug: Can't select text from Assistant conversations in Firefox
Summary
There appears to be a bug in Firefox where a user can't select (and therefore copy) text from Assistant conversations. After some light debugging, it looks like this might be due to a difference in how Firefox handles contenteditable="false". When configured as contenteditable="true", text selection seems to work as expected.
Reproduction steps
- Open this StackBlitz example in Firefox.
- The editor that is editable should be focused already. If not, give it focus.
- Try to select text from either of the non-editable editors. It will not work unless you first blur focus from the editable editor.
Started a CodeMirror forum discussion.