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

fix: allow selection of text when replying to post #7714

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jamesleesaunders
Copy link
Contributor

Fixes #7359

Currently when replying to a post the user is unable to select the original post text (Chrome), this is because the original post text is inside a button element:
Screenshot 2025-02-10 at 19 31 37

Simply changing the element to a plain text (div) means the text is then selectable:
Screenshot 2025-02-10 at 19 31 54

I am unsure if this has any other knock on effects, but I have tested and it all appears to work as expected and it still expands the post if you click on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[web] Cannot select original post's text while commenting
1 participant