davidmyersdev / octo

A local-first, progressive web app for knowledge management
https://octo.app
Mozilla Public License 2.0
410 stars 27 forks source link

Bug: Can't select text from Assistant conversations in Firefox #286

Open davidmyersdev opened 1 month ago

davidmyersdev commented 1 month ago

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.

davidmyersdev commented 1 month ago

Reproduction steps

davidmyersdev commented 1 month ago

Started a CodeMirror forum discussion.