Tagged Questions
6
votes
4answers
447 views
Best position for collapse indicator on collapsible content
What is the convention/standard/best-practice for the placement of a collapse/expand button/indicator on collapsible content?
I've seen many examples of the placement on the left (left of title in ...
2
votes
1answer
211 views
Choosing between state and action on video chrome controls
I realize that the question of deciding whether to make a button show its state versus show its action has already been asked. Some of the answers were to make the interface more verbose or add ...
8
votes
3answers
695 views
The missing “Folder Up” button in Windows Explorer in Vista and Win7
Windows XP had a "Folder Up" button in Windows Explorer. Whenever you want to go to a directory higher in the hierarchy, you just press it.
Windows Vista and Windows 7 have a rather useful address ...
3
votes
4answers
829 views
Two-Step Operations and Button Conventions
Our web application has three different operations that proceed as follows:
The user is presented with a popup where different settings are selected.
The user can click on a button labeled with the ...
88
votes
10answers
3k views
Should a toggle button show its current state or the state to which it will change?
I have a quick question about buttons that toggle between two states. (Think Play/Pause, or Shuffle/Regular Play.) As the title says, should the toggle show it's current state or the state to which it ...