-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Help > Accessibility Options context menu should be hidden #12932
Comments
This is needed until the issue is resolved in Chromium/Electron. When it is, we'll simply remove the whole thing. The best we could do would be to hide it better. |
We should take this out for the stable release and only have it in insiders. |
Verify you see this entry in our insiders and out of sources on Windows but not in stable on Windows. |
@bpasero Using devtools without this box is practically impossible... not so sure if removing it is a good idea. We ask a lot of our users to user the devtools to find out more about problems. |
@joaomoreno in that case we can always ask them to use our insider build. which is a good advise anyways because often a bug does not show up in insiders build due to:
|
@joaomoreno Not sure I understand... Why is this? And what's the chromium issue that you alluded to? Can't seem to find any reference to it. |
A couple of weeks ago @alexandrudima got a Surface Book. He was happy until he tried Code: it was super slow. After much investigation (with @bpasero & @dbaeumer) they found the problem surfaces on certain devices only and occurs when Chrome goes into some special accessibility mode, making things very slow. Opening the dev tools in such a device (I believe any touchscreen device would trigger it) is a painfully slow experience. Guys, was there an issue for this? I couldn't find it. |
@joaomoreno, maybe electron/electron#7208 ? |
Testing #12519
We handle accessibility in our own way, so having the additional menu item from chromium is confusing. Not to mention, the resulting dialog itself is inaccessible (not resizeable, confusing icons, etc.)
Related to #12928
The text was updated successfully, but these errors were encountered: