vote up 143 vote down star
158

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

153 Answers

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 11 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
1  
@presario - In that case there should just be a radio option of 'none'; it doesn't make sense to break the standard conception of how checkboxes work just for that point – John Dec 1 at 20:36
show 1 more comment
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 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 0 vote down

Automatic updates that aren't truly automatic, and more: Couldn’t agree more - automatic updates suck.

link|flag
vote up 4 vote down

That the installer knows better than I do where an application should go, without any option of changing it. My Program Files folder isn't on my C: drive... well, it wasn't supposed to be, anyway.

link|flag
vote up 5 vote down

Cargo cult

Sometimes applications immitate UIs of other applications without adding real value, just to make them look like the "big ones".

Typical examples:

  • Ribbons where a simple menu or toolbar would suffice
  • Quickstart buttons for long running execute-once-a-day applications
  • Balloon messages with useless information
  • Splash screens which obviously are there to show off an image and not to cover a long startup.

Especially for German programs:

  • Adding a "Copyright (c)" statement. It was never necessary in Germany to do this, nor does a "copyright" exist in Germany. But every big US product has that notice, so...
link|flag
vote up 2 vote down

Animations and effects that can't be disabled. A lot of people like animations, but some don't. So just because the animation/effect settings of the latest version of Windows all default to ON, please don't hard-wire your application so that little notices come bubbling up from the screen edge, or dialogs fade in and out. (ahem reader) Please try to find out from the OS what the user preferences are in this area, or at least put some checkboxes on the preferences dialog?

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

Install wizards that don't tell you what they are going to install. OK, admittedly if I downloaded it on Monday and didn't bother to run it until Saturday, I should accept some of the blame, but honestly, if you run xyz_v3.exe, the installer should say something more informative than just "this will install xyz version 3 on your computer". I mean come on, tell me what XYZ is! Put a URL on that dialog! Something!

link|flag
vote up 46 vote down

Adding menu items under system menu of application. For example, right clicking on the task bar button on command prompt shows:

alt text

I have a habit of closing apps by right clicking on taskbar button and clicking close specially when I am closing many items. I always end up opening properties, when I try to close running command windows. Another example is the chm help files.

link|flag
9  
This is so f***ing annoying! I wish there was a +100 option for this one! – Eyvind Jul 1 at 14:05
1  
@porneL: Except that the window icon location isn't as constant as the taskbar's. The icon can reasonably be anywhere in the screen making the first step of you solution "finding the icon". When right-clicking on the taskbar then choosing the bottom-most item (Then swearing at cmd, very important step), the position is much more limited and the whole process can be done in brainless mode. – Alex Brault Jul 21 at 0:58
3  
The Windows compiled help files are great for this. I have seen this About dialog about 1000 times... -.- – furtelwart Aug 5 at 8:50
1  
Suggestion: when does somebody come with the feature that we've known for years as the middle-click==close on tabs in browsers? Middle-click on an icon in the taskbar would make this rightclick>close annoyance go away. Should be standard feature in WinNext. – Abel Oct 22 at 14:42
show 3 more comments
vote up 10 vote down

That looks and aesthetics don't matter.

Too many programmers think that as long as all the features are easily accessable and that all the controls make sense then everything is done. They don't care if things don't really line up, that the spacing between elements, sizes and fonts are inconsistent or that the colours are ugly and hard to look at.

link|flag
vote up 4 vote down

(Annoying) music and animations. Websites are the worst here: e.g. I'm looking to buy widgets. I know what a widget is, that's why I'm looking at your site. I do not need a Flash animation of a cutaway widget, with a cheezy soundtrack, all taking time to load - just tell me the models and prices of widgets you sell.

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

Uncancellable movies before game menus

In games sometimes when you have to watch short clips and screens of the developer, the publisher and each vendor who supplied some technology to the game until you get to the game menu.

That alone doesn't matter but it get's real annoying when long cancellable and short uncancellable views and/or separate loading screens alternate where you have to cancel each view separately.

That way you can't use the time to get a coffee, because the longer movies would still be playing when you come back and you can't just press escape several times because you have to sit throught the short ones and the loading screens.

Noteworthy exceptions are Doom 3 where you can already press the quickload key during the openings which immediately loads your game and Fallout 3 where the opening animations are actually a cover for some game initializations, which you can cancel as soon as the game is ready.

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

Checkboxes that, when checked, do the negative thing. Examples of the wrong way to do checkboxes:

[ ] Hide details
[ ] Disable plug-ins
[ ] Don't check for updates

I especially hate dialogs that have mixed positive/negative checkbox selections. Checkboxes should indicate the affirmative when checked.

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

Forcing me as a user to check/uncheck a bunch of checkboxes/switches as the only configuration option.

I'd prefer the initial option to be more of a usage based thing, i.e.:

"Users using this application for this usually select these options."

Then I'd modify what I wanted inside those option sets.

link|flag
vote up 5 vote down

Websites that use a background image or color, but do not define, and assume a black text color. This also includes text boxes and buttons on websites (and even some native applications). If you're a person who likes lighter colored text on a dark background, you have to install Firefox add-ons to fix the color of a lot of websites.

link|flag
vote up 2 vote down

Requiring two hands to perform a simple operation.

In particular, why can't laptop makers put a second Fn key on the keyboard, on the right-hand side? When I'm holding a baby in the middle of the night and need to push the page-up key, I could do it with one hand, if one of the buttons wasn't clear across the keyboard!

link|flag
vote up 9 vote down

Providing a way to do something with the mouse but not the keyboard.

This irks me about the Mac, too. You want to access your menubar from the keyboard? You have to press something like Command-Shift-F3 to turn keyboard access on, and then another keyboard chord to actually use the menu. Likewise, there are some things that can only be done via drag-and-drop with the mouse.

link|flag
vote up 4 vote down

Using special symbols to respresent keypresses without indicating to the user what the heck the symbol means. I'm particularly thinking of Mac shortcut keys. I've read through pages on which key the symbol corresponds to, but I end up having to guess most of the time.

link|flag
vote up 1 vote down

An annoyance with GIMP's slider bars:

  • If you use the mouse scroll wheel on the slider, scrolling down makes the value go up (slider to the left) and vice-versa.
  • If you use the wheel on the input box with the value number in, scrolling down makes the value go down (as expected).
link|flag
vote up 4 vote down

Popups, generally.

link|flag
vote up 8 vote down

Applications that allow too much configuration.

Options are great, they let you use the software the way you like. Problem is, a lot of software goes overboard with how much the user can customize it. This results in dozens of options that make minor interface changes in order to mimic every competing app, or just for show (e.g. colours or skins). Or allow you to choose 20 different orderings for a list, when alphabetical is more than adequate.

Or to get around bad design in the first place ("we shouldn't have done it this way; the new way is far better, but we'll add an option to use the old method in case users don't like it.")

I think this is mostly true of FOSS, where the path is something like:

  • User 1: I love your application, but it would be even better with [minute feature A].
  • User 2: No, horrible idea!
  • Developer: OK, I'll make it an option.
  • Everyone seems happy.
  • Repeat ad nauseum until there are fifty million settings.
link|flag
2  
And when someone says they hate bloat, every single preference is turned into a plugin. Miranda IM is guilty of that. – porneL Jul 11 at 19:18
vote up 7 vote down

Useless spinners, turned into simple animations

Applications that use spinners to entertain users while doing some time-demanding operation... but instead of updating the spinner only after each cycle of processing, so that the user know that something is happening, they turned spinners into simple, pretty useless animations.

Then, the time-demanding operation freezes for whatever reason, and you keep thinking that it is still processing, since the spinner is still spinning. To add insult to the injury, the application isn't smart enough to check that something is wrong, and interrupt/restart/do something about the hang.

This is so common that even Stack Overflow has this issue. Click to open the comments of a question or answer, and you see a spinner. If the server fails to respond, you just have a useless spinner on your screen that keeps giving you hope that the response will arrive, sometime... There is no timeout and no way for the user to cancel and restart the request (unless you reload the page).

link|flag
1  
Absolutely agreed. However, on the web, the only option you have is to put in an animation. You could probably check if the server request is operating as it should in some way, but apart from that, sticking in an animation and hope for the best is the only way to do it on the web. At least without using flash or silverlight. – Arve Systad Sep 27 at 13:44
vote up 0 vote down

An Google Reader example, where "shift-n" is a valid shortcut, but "N" is not. Such things.

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

Password recovery / login services that ask you to supply answers to mutable questions, such as:

  • "What is your favorite color?"
  • "In what year was your car manufactured?"
  • "What is your pet's name?"

As opposed to immutable questions, such as:

  • "In what year did you graduate high school?"
  • "In what city were you born?"
  • "What was the name of your (graduating) high school mascot?"
link|flag
4  
I don't have a favourite color, don't drive a car, and my dog died more than a decade ago ... yeah, I hate those as well. – ldigas Jun 20 at 22:26
10  
Shouldn't that be "What was the city you were born in called when you were born?" ;-) Consider Санкт-Петербург From "Saint Petersburg" to "Petrograd" to "Leningrad" to "Saint Petersburg" in less than a century. – bendin Jun 21 at 8:44
2  
I store the answers to those stupid questions along with the password in my KeePass database. My favorite is when Windows 7 tells me I have to enter a password reminder, which promptly becomes "no". – Jared Harley Jul 3 at 3:30
2  
Restricting to a hard-coded list of questions instead of letting you supply your own is bad enough regardless of what this hard-coded list consists of. – Stewart Aug 31 at 11:25
show 1 more comment
vote up 6 vote down

Not allowing users to use an email addresses as a username.

In a more general case, not allowing @s in usernames.

This leads to the unfortunate scenario of not only having to remember a suite of passwords, but to manage an equally large suite of usernames. Did I use jfrey or freyj or jeremyf to log into this site?

link|flag
vote up 2 vote down

When you press Shift+F10 or the Right Click Key on the keyboard it should make the application behave the same as if the mouse had been right clicked. Developers don't always set this up.

link|flag
vote up 2 vote down

Image Hosted by ImageShack.us

The above is pants. Would prefer to have a list box with the tab page shown when I select an item in the list, rather than spending ages trying to find something.

link|flag
vote up 12 vote down

Every little application thinks it should be in the Quick launch bar and offers to infest it by default during installation. Same for the Desktop shortcuts.

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

Horizontal scrollbar

link|flag

Your Answer

Get an OpenID
or

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