-
Notifications
You must be signed in to change notification settings - Fork 80
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
i do not see anything text on injector board (Picker + virtual keyboard) #55
Comments
Cannot reproduce. Did you activate the cursor on the injector board before writing ? |
how to i can simultaneously write on-screen keyboard and hold the cursor on the injector board? |
No, just click once on the injector board after performing step 3 and then start writing via on-screen KB. |
not work for me with i use the only one touchpad. text on injector board is still not readable for me |
As long as I activate the cursor, it works as expected on my end. |
We can't simultaneously write with on-screen keyboard and click on cursor to highlight picker mode popup, that's not possible, cuz we must move mouse to write something. So this should be solved maybe by adding switch like „always highlight". |
"i do not see anything text on injector board" -> Text is hard to read because of transparency/dimming. Mouse cursor must hover over panel to be clearly visible. Yes? |
@gwarser were you able to reproduce ? |
I'd like a more intuitive solution, as you click once in picker mode popup to keep it not darkened, until you click something else and double click on picker mode popup to keep in not darkened until you again double click this time in picker mode popup. Optionally, for a single click you can do whitelisting the application and add there, i.a. an on-screen keyboard. |
It's by-design, the element picker will dim and become transparent when the mouse is no longer hovering, just start typing and hover again on the picker and you will see the typed text. |
I must type blindly. On Mint, Firefox Nightly, Chromium 66 using "Onboard" keyboard. Mouse must be over interface to see text. Cannot be done with virtual keyboard. It's different for you? On Windows? |
Similar gorhill/uBlock#3449 (hard to spot on first use) May be marked as accessibility issue. |
Longer CSS transition for opacity fading-out and somehow resetting on textarea onchange may fix this. |
If that's the issue, then it should be marked as duplicate of that. Need to hover over the iframe, otherwise it remains transparent and dimmed. |
I meant for both these issues setting opacity to 1 and slowly fading out may help. For #3449 when interface is shown first time, and here on text change. |
This fixes the following issues: - #3449 - uBlockOrigin/uBlock-issues#55
This one was not fixed, not sure I can fix for it though. I will keep thinking. |
The commit lists it as fixed, was it not ? |
It was my mistake, I meant to mention the issue here as related, not fixed. |
This comment has been minimized.
This comment has been minimized.
Try this in Chromium 105: html.paused aside:has(.CodeMirror-focused) {
opacity: 1 !important
} But down after upgrade code mirror to v6 #2146 (new exist class
|
Additionally: - Removed auto fade out of dialog when mouse does not hover the dialog. - Added a minimize/maximize button in top bar Related issue: - uBlockOrigin/uBlock-issues#55
Prerequisites
Description
[Description of the bug or feature]
i do not see anything text on injector board if i use on-screen keyboard or click any key
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
http://example.com/
Steps to Reproduce
Expected behavior:
[What you expected to happen]
fix
Actual behavior:
[What actually happened]
do not see text on injector board if i use any key
Your environment
The text was updated successfully, but these errors were encountered: