commit/wintenApps: josephsl: Add Windows Security/Fresh Start to list of Windows 10 dialogs.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 15 Jun 2018 02:01:25 +0000 (UTC)

1 new commit in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/e4c3102871d7/
Changeset:   e4c3102871d7
Branch:      stable
User:        josephsl
Date:        2018-06-15 02:01:02+00:00
Summary:     Add Windows Security/Fresh Start to list of Windows 10 dialogs.

Windows Security/Device Health/Fresh Start/Get Started dialog is a proper 
dialog, hence it shouuld be treated as such. This allows contents to be read by 
NVDA.

Affected #:  1 file

diff --git a/addon/globalPlugins/wintenObjs/__init__.py 
b/addon/globalPlugins/wintenObjs/__init__.py
index f00bbcf..ee390a4 100755
--- a/addon/globalPlugins/wintenObjs/__init__.py
+++ b/addon/globalPlugins/wintenObjs/__init__.py
@@ -39,7 +39,7 @@ W10Events = {
 TreeScope_Subtree = 7
 
 # We know the following elements are dialogs.
-wintenDialogs=("Shell_Dialog", "Popup", "Shell_Flyout")
+wintenDialogs=("Shell_Dialog", "Popup", "Shell_Flyout", "Shell_SystemDialog")
 
 # Looping selectors are used in apps such as Alarms and Clock and Windows 
Update to select time values.
 class LoopingSelectorItem(UIA):

Repository URL: https://bitbucket.org/nvdaaddonteam/wintenapps/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/wintenApps: josephsl: Add Windows Security/Fresh Start to list of Windows 10 dialogs. - commits-noreply