Great answer - but just one problem, it doesn't help!
None of these answers help because Microsoft, in it's infinite wisdom, decided to remove the view tab from the Save/Save-As dialog - at least for the control available to browsers and such.
All the expected key-combinations to switch to the "view" tab, (like Alt-V), don't work because the view tab doesn't exist.
After considerable searching, I found a solution that both works and persists, (sticks). Note that this is so counter-intuitive that I'm tempted to call it an "Easter Egg".
Here's the fix that works - that is, until Microsoft changes things again. . . .
- Go to the offending save/save-as dialog. This might be through your browser when downloading, or a particular app, but find a way that opens the save/save-as in the grouped mode.
- Within the dialog itself, point to an empty area and
right click. You will see a context menu that contains the "Group By" item. When you open that item, select "(None)" as the group-by value and bingo! - you're done.
<rant>
I would really like to know both why on God's Good Earth they do these stupid things, and who allows such idiocy to take place. Whoever it might be - please, oh please, oh please
don't allow him out on the street alone as I am sure he/they are hated and despised throughout the known galaxy!
Outlook (from 2010 onward) does the same thing. If you create a new folder for mail items, it defaults to group-by: date. Even though on the View tab grouping is set to "None", you have to actually open the group attribute and manually
set the "No Grouping" checkbox. And you have to do it every stinkin' time you create a new mail item folder.
The next time the folks at Microsoft have any kind of design review or update their programming and style guide, they should carefully consider the
Principle of Least Astonishment. A good example is found in *The Tao of Programming*:
A program should follow the 'Law of Least Astonishment'. What is this law? It is simply that the program should always respond to the user in the way that astonishes him least.
This is one of the absolute keystones of any worthwhile user interface design. It should be plastered on the walls of every development area in any company. It should be on the wall of any room where code reviews or design reviews are done, and it should
be part of the background on any computer used by developers, SQA, or program management.
</rant>
What say ye?