vote up 141 vote down star
156

I often use applications and electronic devices for which I think: "Why on earth did they engineer that thing as it is? They must have known that it is a pain in the neck to work with".

On the other hand I often observed that I created a (G)UI that I was convinced about, that it'd delight my customers and was a breeze to work with. Although my customers thought that too, it became obvious that it wasn't at all easy to work with in day-to-day work.

Because of that I believe that there are many developers and designers out there who are genuinely convinced that their product has the perfect user interface, but it hasn't!

That's why I wrote this question: To collect some of the common misconceptions developers have about user interfaces and to prevent other developers (including me) from making the same mistakes.

  • What annoys you most in user interfaces of applications, web sites, electronic devices, etc?
  • What was it that you were convinced would be a great idea—but in the end only annoyed your customers?

EDIT: Please write only one thing per answer so that readers who agree with a certain misconceptions can upvote it separatly from things they don't agree with. As with all soft facts there tend to be controversial opinions. If you put two or more things in a single answer, one might agree with one but not with the others. So please use a separate answer for every separate aspect.

EDIT 2: Please don't write answers about a single application which annoyed you but about concepts and patterns which can be found in many applications and/or devices.

EDIT 3: Thank you for all the feedback. I'll frequently visit this question whenever I think about some new UI feature :)

flag
3  
My question is not about the worst web usability error. Admitted, they are some similarities but in my opinion this surely is not an exact duplicate. For example this is not about the WORST UI experience, but about COMMON user interface patterns, which are common and sometimes even believed to be good, but in fact are not. – DR Jun 18 at 13:51
1  
Sorry: I meant "about COMMON bad user interface patterns" – DR Jun 18 at 13:52
2  
I'm depressed by how UIs in consumer electronics have declined. Menus and pushbuttons have replaced dials and switches, and people put up with it for the extra features and lower cost. TVs, stereos, cameras, etc. I actually see people passing the remotes to other people when they used to be willing to kill to keep it. – Nosredna Jun 18 at 21:49
show 2 more comments

151 Answers

vote up 3 vote down

Disabling common interface and input paradigms, i.e. websites that turn off right click, or applications that use their own arcane shortcut scheme rather than control-C, V, Z like the rest of the world. If there's a good reason, i.e. vim seems to have pre-dated lot of that, it doesn't mean that you shouldn't be updating to modern paradigms, particularly if this does not functionally change your program.

link|flag
vote up 2 vote down

One thing that will drive users mad is when the order of fields on the data entry form does not match the natural order of entry (I saw one once where address was first before name) or the order the of the paper form they are doing data entry from. This is not only annoying, it generally causes massive data integrity problems as data is typed in the wrong place.

(On a side note, I notice that many of the answers on this question are things that would annoy programmers only but not users.)

link|flag
show 1 more comment
vote up 10 vote down

Inconsistent "metaphor" usage.

Common examples are:

  • Checkboxes that behave like radio buttons, where one and only one can be selected
  • Scroll buttons rather than scroll bar
  • Tabs that behave like command buttons, or command buttons that behave like tabs
link|flag
show 1 more comment
vote up 1 vote down

Lack of thought when choosing a default value.

In applications where the same thing is done over and over again (ie. internal company applications), there should be thought put in to default values. If you have a default value for a select box / radio box, talk to the end users to find out which option -- if any -- will be correct the most often.

link|flag
vote up 4 vote down

An often annoyance is that an application notifies of a potentially long running operation's success, which is in 99% of cases expected, with a focus-stealing modal message box.

Something in the lines of "Breaking news. Sun still sets on west (more or less)!".

link|flag
show 1 more comment
vote up 1 vote down

Try some USABILITY!!

All the listed UI design failures in this question are due to failure to implement usability methods & context of use analysis.

The reason there are so many bad UI features mentioned just tells me that too many developers/designers know very little about or do not apply usability methods.

UI design is not usability. Usability guides/governs UI design along with many/all other aspects of the systems development. Remember, as much us developers think their system is so amazing, it is still just an interface between what the user wants/has to do & the results they require.

So my "UI" misconception: why do developers/designers need to be repeatedly be given justification for the importance of usability and usability engineering?

Every answer given here is your answer to that question. Now go read up on usability & become the answer.

link|flag
show 1 more comment
vote up 3 vote down

Big thread so someone may have mentioned this, but I hate it when people don't use form labels correctly in HTML forms. You should be able to click the label for a check box to toggle it, but you can't if you just use some text next to it.

Some applications are like this too. You should always be able to click the label.

link|flag
vote up 1 vote down

Although not specifically a design choice, putting random load times at inappropriate locations can lead to frustrations with using the GUI. In Visual Studio 2008 when I click on the "toolbar" side tab, it has to load the entire toolbox at that time. Leads me to think my application is frozen.

link|flag
vote up 1 vote down

Inconsistent UI sections or relative screen locatons for common items such as for headers, hint areas, status messages, including positioning of common control such as Save, OK etc. They should ALWAYS be in the same relative location.

link|flag
vote up 5 vote down

The 'Open, Save and Save As' model is the only way of accessing files

I'm frequently asked by not so computer literate friends: "How can I get all my work back, it seems to have gone?"

What's happened is that they've opened up a document, say "2008 financial accounts.spreadsheet", spent a few hours editing it to contain 2009 accounts, and then though, great, that's good. I'll save it. So, they press save. Then, later on they need some important information from their 2008 or 2009 accounts. Well, they can't find their 2009 accounts, because it's saved in a file called "2008 financial accounts.spreadsheet", and their 2008 accounts are lost because they've been overwritten.

There are a number of solutions:

  • Computers have loads of hard disk space nowadays, so couldn't the OS keep old copies of the document?
  • Get rid of save and save as. Files icons in the OS should be used more like real world files. This would get people into the correct mind-set. If they want to start editing a new version, they'd go to explorer and copy the file, and then open it to work on it. There would be no concept of save, because all changes would be automatically saved... just like when you start writing on a piece of paper (although, with computers we could still allow some undo). Also, there would be no open command, you'd open the file from explorer rather than from in the program that edits/views it.

I think the reason we ended up with the Open, Save and and Save As model for working is just for historical reasons. In older OS's that didn't have graphical user interfaces for manipulating files that were always available, they were seen as an OK solution to a technical problem.

link|flag
show 4 more comments
vote up 1 vote down

When an application decides the language it will be installed as without asking the user.

Usually I have an English version of Windows but it makes sense for me to set up some regional settings to use Russian formats for currency etc. as well as default language for non-Unicode programs.

When I install Intel video drivers it reads one of the mentioned settings and decides that it should be installed with Russian UI and creates Russian menu items on desktop's context menu. It looks very inconsistent and ugly when you have menu items in different languages.

It is even worse when the application does not allow you to change its UI language or select one you want during install.

link|flag
1  
It's even worse with games. I recently bought the US version of Fallout 3, because the German version is censored and the German speakers are terrible. But when buying add-ons via Microsoft Live I'm forced to use the German versions, resulting in a mixture of English and German texts and voices. I have to wait for the game-of-the-year edition... – DR Sep 27 at 11:00
vote up 10 vote down

It's annoying when I can't check(/uncheck) checkboxes and radio-buttons by clicking on the corresponding text labels.

link|flag
vote up 3 vote down

Uncancellable actions pretending to be cancelable

What an annoying "feature" of Eclipse and some other programs:
A long process is running in a separated thread. You see a Cancel button and a (senseless) progressbar. It takes long, too long.
You would like to cancel it.
You really would like to cancel it.
You WANT to cancel it.
YOU WANT TO MAKE IT STOP!!
YOU WANT TO SMACK UP THE KEYBOARD TO CANCEL.

But no, there's no response that would be a hint the program is stopping.

I really hate it. Eclipse is veeery good in this.

link|flag
show 2 more comments
vote up 0 vote down

alt text

(From one of my webpages at http://JonathansCorner.com/windows/.)

link|flag
show 2 more comments
vote up 0 vote down

Menus/Control buttons crammed in so close that it requires effort to not hit the adjacent button, and perform some different action altogether

link|flag
vote up 1 vote down

The use of the "Clear" "Reset" button for forms.

Have you accidentally clicked one of those?
Yes, I know, it's annoying.

You have to retype that sign-up form again.

link|flag
vote up 3 vote down

Mandatory registration.

Why do I need to "log in" to read the New York Times? The BBC can manage without me filling out a form.

It is even worse for companies who want me to download their software. Mandatory, arbitrary, questions will make me look for your competitor's product.

link|flag
1  
The BBC is funded by the taxpayer whereas the NYT is a for-profit organisation. – graham.reeds Oct 19 at 8:15
show 1 more comment
vote up 1 vote down

Topmost splash screens, so that you can't multitask (i.e. go back to reading a document while a program takes a while to load, but hides your desktop with a big logo).

link|flag
vote up 0 vote down

This will end your Windows session.

OMG, you don't seriously want to quit, do you?

Come on, really?

OK, fine, give me a few minutes to close.

link|flag
vote up 1 vote down

Installing multiple applications as part of a product suite.

For example, why wouldn't Adobe provide one common environment from which you could launch their Photoshop, Illustrator or InDeisng editors. Why wouldn't Microsoft provide a common environment for launching Excel, Word, Power Point editors?

link|flag
show 2 more comments
vote up 2 vote down

The most common UI misconception, by far, is that ease of learning and ease of use amount to the same thing. They don't.

A UI can score very well in one of these measures of goodness and lousy in the other.

link|flag
show 1 more comment
vote up 0 vote down

Operating systems that haven't yet natively implemented tabbed file browsing in their file browser.

link|flag
vote up 1 vote down

Unreadable color schemes.

It's more of an issue on the web, but I keep coming across websites where the designer decided that medium gray text on a light or white gray background looked "sophisticated". Sometimes the regular text is black but it's the link text that's medium gray, which makes it really hard to see what the links are labeled as.

That just makes me use a "zap colors" bookmarklet. If I visit the site more frequently, I set up a Stylish style.

link|flag
vote up 2 vote down
  • The use of a checkbox instead of button to confirm something (i.e. as soon as it's clicked a choice is made)
  • Message boxes saying "please wait" and then an 'OK' button, AFTER which the application does what you were asked to wait for.
  • Default usernames in fields like 'Username' which don't automatically clear or highlight when you click in the field. They make you delete the text first or accidentally log in as 'minibusernameluedragon'
link|flag
show 1 more comment
vote up 3 vote down

When installing or updating software (especially having been prompted in the middle of the day with loads of apps open) You get the message that a reboot is required, however there is no option to delay this.

|--------------------------------------|
|     You must reboot your computer.   |
|                                      |
|              [   ok   ]              |
|--------------------------------------|
link|flag
show 1 more comment
vote up 1 vote down

Opt-out instead of Opt-in

When installing many software, non-related features or completely separate software will be installed unless you opt-out by unchecking the option. Installing should be a one step thing or, at least, install only the featured software when answering yes to all the questions. Other features should be opt-in features only.

link|flag
vote up 0 vote down

A common misconception is that users will automatically understand how to operate a UI if the logic behind the UI is internally consistent. For example, when one control determining whether another controls is disabled - sometimes works, sometimes doesn't. The internal logic doesn't always ensure that it does.

link|flag
vote up 0 vote down

I really hate the UI which greets you using voice!

Sometimes it is even hard to find which window is produced the voice.

link|flag
vote up 0 vote down

"Lotus Notes".

That is all!

link|flag
vote up 0 vote down

Lack of support for Dual Monitor Setups

I have recently come across 2 separate applications (one which was SQL Developer and one custom piece that the place I'm currently working at uses) that do not work properly with a dual screen setup. I shouldn't be restricted as to which of my two screens I can display the application on, and I certainly shouldn't have to unplug my second monitor because otherwise the application doesn't display properly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.