It's not like it's a half-day or anything like that. Login and vote now.
By bloid
via parmanoir.com
Submitted: Jul 04 2008 / 12:44
There's been some talk about menu items at Joel on Software and ignore the code. If a menu item refers to an action that can't be done right now, should the menu item be :
* disabled : the default. You can't click it, you don't know why.
* active : click it and show an alert explaining why it can't be done.
* disabled + tooltip : a short delay hovering the disabled item will explain why it is disabled.
Add your comment