Reported by jteh on 2013-02-12 05:10
Str:
- Focus on a collapsed !SysTreeView32 item; e.g. in msinfo32.
- Press NVDA+numpadEnter to activate (expand) it.
- Expected: NVDA should report "expand" as the action name.
- Actual: NVDA reports "collapse" as the action name.
This occurs because the script retrieves the action name after performing the action instead of before. Once the action has been performed, it might change.
Reported by jteh on 2013-02-12 05:10
Str:
This occurs because the script retrieves the action name after performing the action instead of before. Once the action has been performed, it might change.