-
Notifications
You must be signed in to change notification settings - Fork 81
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
hard to select text in custom rules editor on Firefox for Android #903
Comments
Unable to reproduce, I was able to select the word under the double-tap. Additionally, I can select a whole line with a tap in the gutter. |
On Sun, Feb 23, 2020 at 03:55:00AM -0800, Raymond Hill wrote:
Unable to reproduce, I was able to select the word under the double-tap.
Can you select more than one word? I can select one word by double-tap
sometimes but there is no way to expand it.
…--
Best regards,
lilydjwg
|
I can't extend it with double-tap. But I can see the selection handles after tapping and holding a word. This is a CodeMirror-based document, and on my side I can select by double-tapping, tapping and holding, or tapping in the gutter. All the selection stuff is either handled by the browser or CodeMirror, I have no plan to add code in uBO to takeover the browser's responsibility to manage selections. |
I see peace2000's screenshot now (github doesn't send notifications for edits). It looks exactly what I wanted! I do not see the popup either. I tried with some other text editors online and they are the same, except that a plain textarea could work with some care. Maybe old Firefox doesn't work well with new Android. Hope Mozilla's new one works better.... |
Prerequisites
I couldn't try with a different profile because it's not supported by Firefox for Android and reset data is too destructive.
Description
[Description of the bug or feature]
Long or double press on text in the editor don't bring up the normal text selectors for the user to drag and select text. This makes removing duplicate or obsolete rules time consuming.
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
moz-extension://50bb0fc3-7ec9-484a-bd17-263948178ae1/dashboard.html#1p-filters.html
Steps to Reproduce
Expected behavior:
I could select multiple lines of rules and get them deleted quickly.
Actual behavior:
I couldn't select a lot of text in the editor because the selectors are missing.
Your environment
The text was updated successfully, but these errors were encountered: