Description
In File Explorer (in Windows 10), using TAB to get to the address bar (rather than alt+d which turns the address bar into one big edit field), it is possible to use the left and right arrows to move between the parts of the path. EG in "\documents\work\letters", you could right arrow through documents and work to letters, or from work you can down arrow and select the letters folder, or the bills folder, or awards, or whatever.
In a native File Explorer window, that works fine. In a modal dialog such as a file open dialog from Word or Notepad, everything works up until you down arrow to browse folders. At that point you get no speech, although the arrows do move through folders and you can select etc. Physically moving the mouse over the drop down reads the item under the mouse.
Navigating around the dialog box and selecting folders from the tree and list view works fine.
I captured the log below when navigating through the "This PC" split button and moving the mouse onto "Downloads", then routing the focus to the mouse:
Input: kb(desktop):NVDA+f1
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (08:55:12):
Developer info for navigator object:
name: u'Downloads'
role: ROLE_MENUITEM
states: STATE_SELECTABLE, STATE_FOCUSED
isFocusable: False
hasFocus: True
Python object: <NVDAObjects.Dynamic_ListItemWithoutColumnSupportMenuItemIAccessible object at 0x05895F90>
Python class mro: (<class 'NVDAObjects.Dynamic_ListItemWithoutColumnSupportMenuItemIAccessible'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.MenuItem'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <type 'object'>)
description: None
location: (801, 217, 562, 41)
value: u'Downloads'
appModule: <'appModuleHandler' (appName u'notepad', process ID 2288) at address 58b2350>
appModule.productName: u'Microsoft\xae Windows\xae Operating System'
appModule.productVersion: u'10.0.15007.1000'
TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'>
windowHandle: 983524
windowClassName: u'SysListView32'
windowControlID: 5
windowStyle: 1442857989
windowThreadID: 14772
windowText: u'This PC sibling list'
displayText: u'Downloads'
IAccessibleObject: <POINTER(IAccessible) ptr=0x8426908 at 584ba80>
IAccessibleChildID: 3
IAccessible event parameters: windowHandle=983524L, objectID=-4, childID=3L
IAccessible accName: u'Downloads'
IAccessible accRole: ROLE_SYSTEM_MENUITEM
IAccessible accState: STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_VALID (2097156)
IAccessible accDescription: exception: (-2147352573, 'Member not found.', (None, None, None, 0, None))
IAccessible accValue: None