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.
The text was updated successfully, but these errors were encountered:
Comment 1 by jteh on 2013-02-12 05:10
Changes:
Changed title from "review_activate script: Action name must be fetched before performing th eaction" to "review_activate script: Action name must be retrieved before performing the action"
Comment 3 by jteh on 2013-02-12 10:36
It's the same command, but in this case, you hear, for example, "collapse, expanded" instead of "expand, expanded".
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.
The text was updated successfully, but these errors were encountered: