You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered: