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 2 vote down

I have a very simple approach nowadays. I give the site to my girlfriend and I tell her to have a go. She's not very Internet, or even computer, savvy. I basically just stand behind her and watch what she's doing.

I offer no advice and at times it's all I can do to just stand there and say nothing.

The upshot of the exercise is that I can see the holes in my design that I need to either plug or rewrite.

link|flag
vote up 12 vote down

That people read the text on modal dialog boxes.

link|flag
vote up 6 vote down

Any application that looks/behaves radically different than the OS it is targeted for (this is usually a non-issue for the Macintosh folks).

link|flag
1  
A NON ISSUE? are you insane? I wonder in what meeting Microsoft decided that what mac uses would really love is an application that behaves like a Windows app and has the Windows accelerator keys? – Alex Brown Jun 18 at 23:59
2  
That was probably a more difficult than we realize, because they had to juggle between Mac users who want to use Office, and Office users who want to use Macs. Both have a different set of expectations. – Jeremy Frey Jun 20 at 22:32
show 1 more comment
vote up 3 vote down

Not allowing the plus sign in email addresses.

link|flag
show 3 more comments
vote up 10 vote down

Meaningless help texts

Tooltip/help text like "Customer id: this is the id of the customer".

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

I find it irritating when programs swap the OK and Cancel buttons at the bottom of a window.

For app1 it's [OK] [Cancel]

For app2 it's [Cancel] [Ok]

I end up hitting the wrong button more often than not.

link|flag
1  
I think OfficeMax's credit/debit machines are like that (or maybe it's OfficeDepot). The checkers actually warn you about it when you get to the screen. It takes forever to commit to the button when I KNOW they are switched. They've even color coded them. God knows why they haven't fixed that yet. – Nosredna Jun 18 at 21:46
4  
The Apple guidelines say that the rightmost button should be the one that does the least harm. For instance, [Cancel] [Save], or [Format] [Cancel]. I love that policy, and it hurts my brain when app vendors ignore it. – Alex Brown Jun 19 at 0:01
1  
Apparently Apple messed up. On the Safari 4 beta (haven't upgraded yet), if you have multiple tabs open, it warns you. Problem is, Quit, rather than Cancel, is on the right-hand side. – waiwai933 Jun 20 at 4:09
1  
Ubuntu/GNOME's system of using icons on the button is by far the best method. Having a green tick and red X means it matters less which way round the buttons are (though it's fairly consistent anyway). – DisgruntledGoat Jul 12 at 17:51
vote up 4 vote down

A big mistake is assuming that the design spec can be used to determine the frequency of use cases. This goes along with the oft-mentioned "You can't expect one person to get the design right without user feedback", but it specifically addresses the dilemma of flexibility vs. simplicity.

For example, do users need to be able to search records in a basic CRUD app? Do we assume that a simple text match will cover most cases and then provide a massive "Advanced Search" tab that provides custom matching for all fields? Do you include some of those advanced search options right along with the basic text box? It can be really surprising when users end up saying something like "Most of the time, we just need to narrow down by date or date and category. Narrowing down by phrases in the title or body might be helpful, too."

Sometimes I find it disappointing that I can't watch my users use my application, because often feature requests don't come in until after users have tried and fail to discover how to use an existing feature.

link|flag
vote up 30 vote down

Cancelling a browser load should NOT cause the page I'm currently on to blank. This is especially troublesome on the iPhone.

When I try to scroll down a page, sometimes it thinks I clicked on something. So, I immediately hit the Cancel button; which causes safari to clear the page. Lovely.

link|flag
2  
I hate when you're loading a page in a web browser and it seems stuck so you hit Refresh. But if nothing has been received, the browser just stops instead of trying to load the page again. – DisgruntledGoat Jun 21 at 0:09
show 2 more comments
vote up 5 vote down

Here is one that no one seemed to mention, which I've seen in many Windows programs. I am annoyed when I right-click on an option in a dialog box and see an option called "What's this?". Sometimes it gives some hint as to what the option does, but sometimes it gives the unhelpful message "No Help topic is associated with this item.".

link|flag
vote up 51 vote down

Useless descriptions

I hate it when the name of some element in an application has the same value as its description, or something quite similar. E.g. a checkbox is called 'Special Whizbang' and its tooltip says only 'Toggle Special Whizbang'. This tells me nothing about what Special Whizbang is, or why I would want it on, or why it is perhaps off by default.

link|flag
3  
The Delphi 2007 help file was exactly like that. It read like auto-generated boilerplates. (It probably was) – DR Jun 18 at 20:03
2  
Lotus Notes disclosure buttons pop up a tooltip saying "Twistie Icon", like it was important or informative, somehow. – Alex Brown Jun 19 at 0:04
vote up 1 vote down

The thing that annoys and frustrates me the most:

  • When the 'Ok' button is right next to the 'Cancel' button.

Please, these two buttons should always be far enough from each other that I can't mistakenly click 'Cancel' when I meant to 'Save'

The worst is when you try and close a word processor, and you get the following message:

Do you want to save the changes you made to xxxxxx?

[Yes] [No] [Cancel]

I hate it when I click 'No' instead of 'Yes'

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

Cluttered user interfaces

bulk rename utility

link|flag
2  
This is akin to what Joel writes about in How to Be a Program Manager joelonsoftware.com/items/2009/… : "a completely baffling user interface that makes perfect sense IF YOU’RE A VULCAN (cf. git)". – Sarah Vessels Jun 18 at 18:19
7  
That belongs on TDWTF – Crippledsmurf Jun 18 at 22:12
2  
@Charlie: For people that make a living from renaming files... – Nikolai Ruhe Jun 19 at 9:04
12  
I don't know if I agree. Yes, this looks like a mass of controls, but honestly, if you're using a FILE RENAME UTILITY, every single operation you want to do falls into the 20% of the 80/20 rule. – Stefan Mai Jun 19 at 14:35
7  
@Stefan: Sure all the functionality is probably useful, but I don't see why it all has to be visible at the same time! After a 10 second glance it's obvious to me they should just have a system where you can add "rules" with a drop down for the type, similar to Outlook's mail filter thing. – DisgruntledGoat Jun 20 at 23:58
show 12 more comments
vote up 12 vote down

I really hate websites that are not cross-browser friendly or require you to use a specific browser for it to work. As a web developer I understand how painfully difficult this is but that's part of the challenge of being a web developer.

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

Websites that are overly concerned with promoting their own agenda at the expense of the user, i.e. too many popups, advertisements, etc. I especially hate sites that direct you to an advertisement and force you to look at it for x seconds. Further, they often make a token concession to the user by providing a tiny button somewhere that allows you to skip the advertisement ... if really want to help, make that button in a larger than 3 point font!

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

I think that the biggest misconception of many designers is the belief they are capable of creating an optimal UI without input from users.

Unless you are creating a UI that is minor variation on something that already exists (and is good) you'll need to involve users in some fashion, such as doing usability testing etc.

link|flag
vote up 12 vote down

alt text

This is the most annoying oven ever. Symbols on buttons are totally obscure, and you can't get it cook anything unless you know by heart the manual. There is a impressive voodoo combination of buttons to hit in a particular order to setup time, pre-heating and temperature correctly. And I swear I read the manual.

Plus, the number of button hits is proportional to the cook time you need. I.e: O(n). There is no exponential increase of the time when you keep the good button pressed. So to set "30 minutes", you have to keep the same button pressed almost 30 seconds (or press it 60 times).

  • "What were these hundred beeps !?"
  • "Oh, nothing, I just wanted hot water for my pastas, nevermind."

So, rule #1 for an user interface: let at least a few humans (not engineers ;)) to test and accept it before releasing it in the wild.

link|flag
show 6 more comments
vote up 7 vote down

One thing that really annoys me.. A badly designed 'Options' window.

If you ever have to Google how to find a certain setting in an application's settings, the UI designer should be fired.. Visual Studio is a real pain for this, finding a certain option can take ages if you don't know where it is.

It can go too far the other way too, it can be even more irritating when an application gives you almost nothing to actually set.

Grrrr.

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

User interfaces that don't degrade nicely in the "Scrunch Test": that is, take the user interface, resize it as small or as large as possible and see what control layout really breaks.

It's amazing how many user interfaces just don't degrade nicely.

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

Unresponsive GUI thread

I hate it when the GUI thread freezes. "This application is not responding..."

Please, do your intensive calculation or I/O in another thread, and keep the UI responsive!


Some people scream at concurrent programming ("multithreading" in these strange days) and prefer unresponsive applications, fearing thread bugs.

But this is a false dichotomy - threading bugs are introduced by cretin threading models. Quoting Joe Armstrong, from The Role of Language Paradigms in Teaching Programming (.pdf):

... Unfortunately, concurrent programming has acquired a reputation of being "difficult" and something to be avoided if possible. I believe this is a side-effect of the problems of thread programming in conventional operating systems using languages like Java, C, or C++. In a concurrent language like Erlang, concurrent programming becomes "easy" and becomes the natural way of solving a large class of problems. ...

link|flag
5  
Yes, you Safari! – Nikolai Ruhe Jun 18 at 15:34
1  
Windows explorer (I mean the filemanager, not IE) and many more Windows, Mac and Linux apps... – abababa22 Jun 18 at 17:17
1  
You'd think MS could get this right. Half their applications, including the dev tools, all exhibit this behavior. – Chris Lively Jun 18 at 19:34
9  
I'd rather have an intermittently-unresponsive app than have threading bugs introduced. – finnw Jun 19 at 7:32
26  
I'd rather have threading bug than unresponsive applications. – aib Jun 20 at 4:24
show 10 more comments
vote up 15 vote down

Pixel-based designs. Screen resolution has changed drastically the last decade, and there's a wider range of resolutions in use now than ever before, from mobile phones to the latest gaming rig. Double scroll bars and tiny interface components are both annoying.

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

The thing I find most annoying at the moment would be the add-on update feature in Firefox.

Of course, it doesn't start Firefox before starting the update process (thisI can understand), but I can't understand why, after updating:

  1. it has to notify you that updating succeeded,
  2. it keeps blocking Firefox until you click OK.

I just want to browse the web, I don't care about update processes, so please notify me only when unexpected things happen!

P.S. Unless I didn't search well enough and this behaviour is changeable, of course :)

link|flag
5  
Due to the almost daily updates of various firefox components and the attendent little notifications, I think twice before clicking on that icon. Seriously, just load the damned browser and allow me to allow updates to download and install in the background. I really don't care when they are done or even that it updated. If you absolutely MUST give me a notification, do it like the regular download box does with a little sliding window at the bottom of my screen that I can IGNORE like all the other crap. Thank you for reading. – Chris Lively Jun 18 at 19:32
1  
@knitt: I see options there to enable/disable updating, but that's not the point. I do want to update, and I want to be notified that there are pending updates, but I do not want FF to tell me that the updates succeeded, that's expected behaviour. Imagine if the same thing would happen when loading webpages: "Loading the webpage succeeded. Press OK to continue". :) – Lennaert Jun 22 at 12:01
1  
@knittl: As Lennaert stated, I want the updates. I just don't care when they happen or need to be alerted that they succeeded. In all actuality, if it failed all I would do is close the dialog and move on anyway. – Chris Lively Jun 29 at 19:22
show 1 more comment
vote up 6 vote down

Over-use of metaphors. For example, circular motion is simple with a single finger (iPod), but it's is pretty awkward with a mouse pointer. Just use a slider instead. Also, backgrounds that look like drawing boards or physical desktops usually have none of the desirable properties of the physical object (friction, elevation, containers, flexible lighting), but all of the drawbacks (distracting background, inflexible surface) and then some (limits screen usage, much smaller than the physical object).

link|flag
vote up 5 vote down

Buttons for sliders (scrolling, volume). Seriously, the iPod is the only device that gets this right at the moment - The click wheel combines speed and accuracy like no other device I've used.

link|flag
vote up 0 vote down

HTML DIVs with a fixed size (in pixels) containing lots of text and no scroll bars. If you change the font size in the browser then some of the text will overflow and be hidden.

link|flag
vote up 8 vote down

Assuming a linear workflow - A lot of web sites will remove any text from input fields when using the back button, especially forums. At that point, there's no way to recover the text.

link|flag
2  
IMO It's up to the browser to handle this, and Firefox does so adequately. – aib Jun 20 at 4:19
show 1 more comment
vote up 23 vote down

When you are typing a message in a text input and therefore you use your space bar. But suddenly a modal dialog pops up and takes your space bar keystroke as the default action for its dialog button. Causing unintended actions to perform.

Especially annoying if it's the restart dialog for Windows Update and automatically reboots your system and therefore you lose all your work, because the OS thought you intended so!

link|flag
5  
This is just a special case of focus stealing – finnw Jun 18 at 11:09
1  
Yes, Windows Update is the worst! Popping up a dialog box, out of nowhere, where the default action is "LOSE UNSAVED WORK AND WONDER WTF JUST HAPPPENED" has to be one of the worst UI design crimes in history. – Evgeny Sep 29 at 1:55
show 3 more comments
vote up 67 vote down

When the scroll wheel on your mouse is not supported and you have to rely back on old school scroll bars.

link|flag
4  
Heck I get used to my 5+ button mice at home so much that I try to click them even at work or else where (I want my back button right under my thumb) – Matthew Whited Jun 18 at 22:17
9  
This is a problem with a lot of flash web sites! – Nippysaurus Jun 18 at 23:56
2  
cough VB 6.0 – Charlie Somerville Jun 19 at 7:08
show 5 more comments
vote up 170 vote down

Adding Tray Icons

It's great that you want to "Monitor" my QuickTime usage and all. I mean, you're right, it would be hard for me to determine on my own whether movies were playing or not. But really, couldn't you have asked me first whether this is high enough priority for me to require an icon in my tray 24/7?

If you plan to put useless garbage like this in my system tray, please ask first.

link|flag
45  
The better question is why does quicktime have to start on boot and run in the background – Matthew Whited Jun 18 at 22:12
4  
I at least appreciate that they show themselves. It the sneaky start-up apps I didn't ask for that really annoy me. At least the ones in the tray I can see and know to hunt them down and kill them. – kenj0418 Jun 21 at 0:58
2  
The better question is why are you using Quicktime? – tsilb Sep 27 at 11:24
2  
Windows 7 makes this much better. – Jason Baker Sep 27 at 13:39
vote up 161 vote down

Windows that are small and have so much content that you have to scroll in them. While it's impossible to resize the window!

Many of the dialogs in Windows behave this way. Folder options for explorer as example.

link|flag
34  
environment variables setup window... come on! even on Vista, you can't resize the darn thing. – MasterPeter Jun 18 at 11:55
1  
Hah, I feel the same way about the comment box I typing on here here on stack overflow! At least you can resize the box when making a answer or asking a question... – nbv4 Jun 19 at 9:54
2  
Also the character map utility. – PeterAllenWebb Jun 19 at 15:12
4  
Visual studio is actually a bad offender in this area -- the keyboard shortcuts window displays about 4 things at once and cannot be resized... :( – Mark Simpson Sep 27 at 13:45
1  
There's a name for this kind of window: the EULA window. – Kyralessa Sep 28 at 1:40
show 6 more comments
vote up 203 vote down

Hijacking Windows Startup

Look, Adobe. We all know that Acrobat takes 30 seconds to load before it can show us PDFs. It sucks, but we're fine with it.

What's not OK though, is trying to fool us into thinking your thing is fast by instead loading it every time I turn on my computer. It's still 30 seconds of my time you're taking up, but now you're taking it 4 times a day regardless of whether I use your thing.

Shame on you.

link|flag
32  
+1 I hate everything that has an unnecessary process running in the background all the time. iTunes, Acrobate, MS Office. Keeping your processes down to the basic essentials plus whatever you're currently running is a real performance benefit, and apps that not only leave processes running after you quit, but re-add them to the startup config must die. – Sean Nyman Jun 18 at 12:59
5  
If it was only Acrobat doing that... – Benjol Jun 18 at 13:57
66  
Try Foxit Reader! Its super fast. – Nalandial Jun 19 at 14:31
8  
Worst of all, they don't use the "Startup" folder that was designed for this. They all use the registry keys. – aib Jun 20 at 4:17
11  
While we are moaning about Acrobat Reader, how about "why do I have to reboot my machine to complete an update to a document reader?". – David Spillett Jun 20 at 22:07
show 14 more comments

Your Answer

Get an OpenID
or

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