Skip to content
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

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

Open
davidmyersdev opened this issue Apr 30, 2024 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@davidmyersdev
Copy link
Owner

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 davidmyersdev added bug Something isn't working help wanted Extra attention is needed labels Apr 30, 2024
@davidmyersdev
Copy link
Owner Author

davidmyersdev commented May 5, 2024

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.

@davidmyersdev
Copy link
Owner Author

Started a CodeMirror forum discussion.

@davidmyersdev davidmyersdev self-assigned this May 9, 2024
@davidmyersdev davidmyersdev removed the help wanted Extra attention is needed label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant