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

i do not see anything text on injector board (Picker + virtual keyboard) #55

Closed
4 tasks
KonoromiHimaries opened this issue Jun 4, 2018 · 20 comments
Closed
4 tasks
Labels
bug Something isn't working fixed issue has been addressed

Comments

@KonoromiHimaries
Copy link

KonoromiHimaries commented Jun 4, 2018

Prerequisites

  • [x ] I verified that this is not a filter issue
  • [x ] This is not a support issue or a question
  • [x ] I performed a cursory search of the issue tracker to avoid opening a duplicate issue
    • Your issue may already be reported.
  • I tried to reproduce the issue when...
    • uBlock Origin is the only extension
    • uBlock Origin with default lists/settings
    • using a new, unmodified browser profile
  • [x ] I am running the latest version of uBlock Origin
  • I checked the documentation to understand that the issue I report is not a normal behavior

Description

[Description of the bug or feature]
2018-06-04-example domain

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

  1. [First Step] open site
  2. [Second Step] open on-screen keyboard
  3. [and so on...] open injector board
  4. try write any filter on on-screen keyboard

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

  • uBlock Origin version: uBO 1.16.8
  • Browser Name and version: Chr 67.0.3396.62
  • Operating System and version: w10
@uBlock-user uBlock-user added the unable to reproduce cannot reproduce the issue label Jun 4, 2018
@uBlock-user
Copy link
Contributor

Cannot reproduce.

Did you activate the cursor on the injector board before writing ?

@KonoromiHimaries
Copy link
Author

KonoromiHimaries commented Jun 4, 2018

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?

@uBlock-user
Copy link
Contributor

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.

@KonoromiHimaries
Copy link
Author

KonoromiHimaries commented Jun 4, 2018

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

@uBlock-user
Copy link
Contributor

uBlock-user commented Jun 4, 2018

As long as I activate the cursor, it works as expected on my end.

@hawkeye116477
Copy link

hawkeye116477 commented Jun 4, 2018

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".

@gwarser
Copy link

gwarser commented Jun 4, 2018

"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?

@uBlock-user
Copy link
Contributor

@gwarser were you able to reproduce ?

@KonoromiHimaries
Copy link
Author

KonoromiHimaries commented Jun 4, 2018

So this should be solved maybe by adding switch like „always highlight".

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.

@uBlock-user
Copy link
Contributor

how to click once in the injector board to keep it from going out until you click something else and double click on the injector board so that it does not go out until you double click this in injector board

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.

@gwarser
Copy link

gwarser commented Jun 4, 2018

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?

@gwarser gwarser removed the unable to reproduce cannot reproduce the issue label Jun 4, 2018
@gwarser
Copy link

gwarser commented Jun 4, 2018

Similar gorhill/uBlock#3449 (hard to spot on first use) May be marked as accessibility issue.

@gwarser
Copy link

gwarser commented Jun 4, 2018

Longer CSS transition for opacity fading-out and somehow resetting on textarea onchange may fix this.

@uBlock-user
Copy link
Contributor

uBlock-user commented Jun 4, 2018

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.

@gwarser
Copy link

gwarser commented Jun 4, 2018

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.

@uBlock-user uBlock-user added the bug Something isn't working label Jun 4, 2018
gorhill added a commit to gorhill/uBlock that referenced this issue Dec 22, 2018
@uBlock-user uBlock-user added the fixed issue has been addressed label Feb 10, 2019
@gorhill gorhill reopened this Feb 10, 2019
@gorhill
Copy link
Member

gorhill commented Feb 10, 2019

This one was not fixed, not sure I can fix for it though. I will keep thinking.

@uBlock-user
Copy link
Contributor

The commit lists it as fixed, was it not ?

@uBlock-user uBlock-user removed the fixed issue has been addressed label Feb 10, 2019
@gorhill
Copy link
Member

gorhill commented Feb 10, 2019

It was my mistake, I meant to mention the issue here as related, not fixed.

@gwarser gwarser changed the title i do not see anything text on injector board i do not see anything text on injector board (Picker + virtual keyboard) Dec 7, 2019
@prateekrastogi

This comment has been minimized.

@krystian3w
Copy link

krystian3w commented Oct 18, 2022

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 .cm-focused (all small)) or after implemented disable #1720 (then needed write own class .focused or testing textarea:focus).

:focus-within may works too (if is on aside instead div code mirror or legacy textarea) but may interfere with e.g. "touched" input elements "preview", "moving" and "range" modifiers (code mirror classes then doesn't exist) - recommended filter on list no support focus.

gorhill added a commit to gorhill/uBlock that referenced this issue Mar 2, 2024
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
@gwarser gwarser added the fixed issue has been addressed label Mar 3, 2024
@gwarser gwarser closed this as completed Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed issue has been addressed
Projects
None yet
Development

No branches or pull requests

7 participants