-
-
Notifications
You must be signed in to change notification settings - Fork 679
new emoji panle on windos 11 isn't accessible for nvda. #13104
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
Comments
if you need anything, please let me know. |
Hi, resolved via Windows App Essentials add-on – this issue is caused by the fact that emoji search field gets focused when emoji panel opens, with NVDA using the arrow keys for character navigation purposes instead of passing it onto the emoji panel. Thanks.
|
according to my tests, if the add-on Another question, if the option to |
Hi, just to make sure: what happens if you enable Windows App Essentials add-on? If that solves the problem, then it gives me a good reason to write a pull request this week. Thanks.
|
if I enable the add-on |
Cc @paulber19 for information regarding the "NVDAExtensionGlobalPlugin:" add-on. Maybe a patched function that is not up-to-date in the add-on. |
…panel app module and text input host (newer emoji panel). Re nvaccess#13104
In newer revisions of Windows 11 (build 22000), when Windows+Period is pressed to open emoji panel, emoji search field gets focused. In order to move around the panel, one must pass the arrow keys to the application (NVDA+F2, followed by pressing the arrow key), caused by editable text scripts assigned to arrow keys (navigating by character/line). Therefore remove editable text overlay class for the emoji search field which then allows users to use the arrow keys to review emojis.
Hi, The resulting PR is trivial and not so trivial:
Rest assured that a resolution is in the works. |
thanks for youre good sujestion. it really worked. |
This issue hasen't been fixed yet. |
Hi, a fix was submitted for inclusion in the next version of NVDA (2022.1) as it was too late for 2021.3. Thanks.
|
…ield scripts (#13107) Closes #13104 Summary of the issue: In Windows 11's emoji panel, users cannot use the arrow keys to navigate the emoji panel. Description of how this pull request fixes the issue: Removes editable text field overlay class from emoji search field so arrow keys can be used to navigate the emoji panel, along with performing general lint. Testing strategy: Manual testing on Windows 10 and 11 to make sure emoji panel is working with the PR applied, especially more so on Windows 11. System tests would be ideal for Windows 11, although Appveyor uses Windows Server 2019 image (limited to Windows 10 Version 1809 assumptions). Commit history: * Windows 10/11 emoji panel: update module headers for both base emoji panel app module and text input host (newer emoji panel). Re #13104 * Windows 11 emoji panel: remove editable text scripts. Re #13104. In newer revisions of Windows 11 (build 22000), when Windows+Period is pressed to open emoji panel, emoji search field gets focused. In order to move around the panel, one must pass the arrow keys to the application (NVDA+F2, followed by pressing the arrow key), caused by editable text scripts assigned to arrow keys (navigating by character/line). Therefore remove editable text overlay class for the emoji search field which then allows users to use the arrow keys to review emojis. * Emoji panel: general lint. Re #13104 * update changes Co-authored-by: buddsean <sean@nvaccess.org>
new emoji panle on windos 11 isn't accessible with screen reader.
Steps to reproduce:
1- load windos or any other app like notepad that you want to write some emojies.
2- press windos key +full stop .
3- press any key to navigate throo emojis.
Actual behavior:
it is saying blank and you can not press enter on a emoji to write.
Expected behavior:
it has to navigate throo emojis and read the emojis and when you press the enter key it has to write the emojis on the notepad or any other word processer that you are in.
System configuration
NVDA installed
instaled the beta version of nvda.
NVDA version:
nvda 2021.3 beta 2.
Windows version:
Windows 11 21H2 (x64) build 22000.348
Name and version of other software in use when reproducing the issue:
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
yes it does.
Have you tried any other versions of NVDA? If so, please report their behaviors.
yes. it happens on every version of nvda.
If NVDA add-ons are disabled, is your problem still occurring?
yes.
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
yes.
nvda.log
The text was updated successfully, but these errors were encountered: