Tagged Questions
5
votes
1answer
104 views
Should user be notified about technically unavailable features?
I'm going to implement a non-essential feature on a website. This feature will not be available for all browsers and, therefore, all users.
Should I just hide the button that activates it? Or should ...
4
votes
3answers
456 views
hide vs disable and redistribute empty space
I have complex UI form dialog with ~12 tabs and want to decide what is best:
enable/disable (gray out) fields - classic convention
hide/show if not necessary - could be confusing + jumping GUI
hide ...