-
Notifications
You must be signed in to change notification settings - Fork 373
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
Weird text selection on Android app #472
Comments
I can indeed reproduce the inability to select text within a normal text line. The text is selected very briefly and then the cursor is placed where you were holding down. Workaround: You can select symbols within a line normally and then drag the selection around to actually copy what you want. I haven't been able to reproduce the pop-up not giving the copy option. From what I can see in the screenshot it seems as if you don't have anything select; there aren't two cursors marking the start and end. Which could explain why the option is missing. |
Hey, you can see the cursor marking the end, and also the text has a green background suggesting it is highlighted. |
Hmmm, somehow your Android is convinced you don't have anything selected. This is what I got when trying to reproduce it: screenshot![image](https://user-images.githubusercontent.com/4507015/82697409-2c7b5200-9c69-11ea-9098-bdac408b8f19.png)I hope that when these other selection bugs are fixed that this one will magically be fixed as well. |
It's been fixed in the new mobile app. |
Current behavior
When trying to select a chunk of text, the popup which allows you to copy text either disappears instantly, or it doesn't allow you to copy text at all, as shown in the screenshot:
screenshot
I didn't have a screen recorder set up on phone, but if a screen record of the pop up disappearing is needed I can set it up.
Expected behavior
The prompt which appears should show "copy" and when it does, not disappear immediately
Steps to reproduce
Environment
Mobile
The text was updated successfully, but these errors were encountered: