We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d624b5a + ecfb714 commit 1283bb4Copy full SHA for 1283bb4
1 file changed
source/NVDAObjects/behaviors.py
@@ -89,6 +89,7 @@ def getDialogText(cls,obj,allowFocusedDescendants=True):
89
continue
90
#For particular objects, we want to descend in to them and get their children's message text
91
if childRole in (
92
+ controlTypes.ROLE_OPTIONPANE,
93
controlTypes.Role.PROPERTYPAGE,
94
controlTypes.Role.PANE,
95
controlTypes.Role.PANEL,
0 commit comments