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

[22b6] Edit Profile Fields Don't Support Text Editing Features After Activity Swap #3706

Closed
1 task done
gudenau opened this issue Jun 2, 2023 · 0 comments · Fixed by #3707
Closed
1 task done

[22b6] Edit Profile Fields Don't Support Text Editing Features After Activity Swap #3706

gudenau opened this issue Jun 2, 2023 · 0 comments · Fixed by #3707
Assignees

Comments

@gudenau
Copy link

gudenau commented Jun 2, 2023

Going into the "edit profile" pane, switching to a different activity and switching back disables text editing features (selecting, copying, pasting, etc.) in the "Profile metadata" fields. Fields added after an activity switch have the text editing features until another activity switch.

YouTube video with the bug.


  • Tusky Version: 22.0b6

  • Android Version: 13 (TP1A.220624.014)

  • Android Device: Pixel 4 XL

  • Mastodon instance (if applicable): fosstodon.org

  • I searched or browsed the repo’s other issues to ensure this is not a duplicate.

@nikclayton nikclayton self-assigned this Jun 2, 2023
nikclayton added a commit that referenced this issue Jun 11, 2023
The Android libraries have a bug where a TextView can forget that it contains selectable text, can be pasted in to, etc.

See https://issuetracker.google.com/issues/37095917

Fix this with an extension method that toggles the selectable state to re-enable it, and use this on the profile fields when editing an account.

Fixes #3706
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 a pull request may close this issue.

2 participants