Author:
This feature allows user to specify where to place the focus when a Open/Save
As dialog is up.
1) When a OPEN/SAVE AS dialog is up, our intention is to save as/open a
file/folder. So, setting the initial focus to be in the "File list"
is always a wise choice.
2) If dialog is pop up with a folder not interested, chances is we will need to
access the program 's fav list to move to a another folder of
interest.
If 2) happen: (A dialog is up, we than move to another folder)
a) and if it is a "OPEN" dialog, one will prefer the focus to stay at
"file list", simply because the next action is to select a
file.
b) However if it is a SAVE AS dialog, one will prefer focus to switch to "File
name" field. Since we already at the right folder, the next action must be
entering a name to be "Save As". Either case, stay at "file
name" field should always be best choice.
During my review, no program can handle focus switching for case 2)