You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the completion of PR #1240, QZ Tray has basic accessibility support on windows. Some issues came up and were too far out of scope for the PR. This issue will track those acceccibility limitations.
On the details window, the cert details and request details tables are not listed in the initial list of element, only the text of their labels are.
Tables do no unfocus when their end is reached, the instead loop back to the top. This may or may not be the correct behaviour.
On the site manager, when the cursor is tabed to the bottom table, it consumes the focus and never releases it
The allow dialog fails to 'activate' on the first prompt, and any prompt immediately after opening the jpopup menu. This does not happen when debugging in IntelliJ, and is fixed with a delayed visible(false)visible(true) in the prompt function.
The text was updated successfully, but these errors were encountered:
With the completion of PR #1240, QZ Tray has basic accessibility support on windows. Some issues came up and were too far out of scope for the PR. This issue will track those acceccibility limitations.
The tests were done using NVDA. JAWS requires a license, and Windows narrator has no support for the Microsoft accessibility API, outlined here. https://stackoverflow.com/questions/67138982/java-swing-based-windows-desktop-application-is-not-detected-by-accessibilityins
visible(false)
visible(true)
in the prompt function.The text was updated successfully, but these errors were encountered: