vote up 142 vote down star
157

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

152 Answers

vote up 303 vote down

Stealing Focus

  • Annoying update messages that pop up in the foreground and ask to be dismissed.

  • Web pages that grab my cursor from halfway across the password box and stick it back into the username field.

  • Web pages that grab my cursor from typing something in the URL field and stick it into the search box

  • Minimized applications that decide they have something important to tell me.

link|flag
47  
+100 ! This is the most annoying thing ever. We all have a lot of softwares running at once. I start a make in Visual Studio, then I start a long File in Find in Ultra Edit, then I add two things to my todo list... and oops, the last enter I hit is stoolen by an error dialog box that just popped - the Enter closed it of course, and I cannot know what it was, grrrr >>>> Developers should never assume their windows or their errors are the most important thing in the world ! Please, never bring a windows to front ! :) – Sylvain Jun 18 at 11:18
19  
XWindows got this one right. Leave your window wherever it is in the z-stack, show all the dialogs you want, and not impede what the user is doing in the foreground. I see KDE and Gnome bit undoing some of this magic in order to be more "windows like" for grandma. Grrrr. – Chris Kaminski Jun 18 at 11:47
10  
For me the two worst offenders seem to be Windows ("Would you like to reboot? What about now? Now? Maybe now?") and Firefox (mistyped an URL, hit enter, scrambling to fix the URL and as soon as the page loads, I end up entering half the URL into some cybersquatter's searchbox and going somewhere I don't want to be taken). If I actively select the location bar while a page is loading and start typing, shouldn't it be obvious I DON'T want to select the first input field on the page? – Alan Jun 19 at 14:48
1  
The worst thing for me is when you get a Yes/No popup and you happen to typing something with a 'y' or 'n' in it. You end up choosing Yes or No without even reading what the option is... – DisgruntledGoat Jun 20 at 23:49
show 6 more comments
vote up 178 vote down

Telling Me About Updates

  • "DUDE!!! It's Java again! Great news! There's another incremental update for you to install! Wanna download it now??? (if not, I'll be sure to remind you again in a few minutes!)"

  • "I know you probably started Firefox because you wanted to browse the web, but first, here are 6 obscure plugins that require your immediate attention. Oh, and we'll need to restart Firefox again before you can actually browse the web."

link|flag
5  
Oh by the way, Lnubb jnagf gb frr rirel fvgr lbh ivfvg. You're okay with that, right? – MiffTheFox Jun 18 at 12:48
61  
Add now Java update wants to install the Yahoo! Toolbar. – Sinan Ünür Jun 19 at 1:12
22  
Got to agree re: Firefox. Installing updates at startup is simply the worst time to do it. – grahamparks Jun 19 at 10:36
12  
I don't mind Firefox, actually. Installing and then letting me restart whenever I want doesn't get in my way that much. (Unlike Windows Updates, which, don't even get me started...) – Kev Jun 19 at 13:54
12  
I think the misconception here is "the user needs to approve each update." I see the security argument, but in practice, maybe .000001% of users have any idea whether the Java update is a good idea. Even Joel Spolsky has said something like "if the Java team isn't sure whether I should update, how the heck am I supposed to know?" I think it's best to have the option to be informed about updates, but the default should be to do it silently in the background. If you care, you'll ask. – Nathan Long Jul 1 at 13:14
show 9 more comments
vote up 130 vote down

I really dislike "cool" Flash websites that don't give you the slightest idea how to navigate their site until you hover over some image/dot.

Yes, thanks guys - that's the phrase I was looking for: Mystery Meat Navigation - ugh!

Sorry, but Flash designers seem particularly shy of usability knowhow!

link|flag
13  
Vincent Flanders of webpagesthatsuck.com calls this "mystery meat navigation." I don't really mind on things like band and art websites, since there is more creative license, but it SUCKS when you're looking for actual info. And yes, I agree, some of the worst websites ever have been the result of someone attempting to be "Edgy", "artistic", and "innovative." – nerdabilly Jun 18 at 12:17
1  
I've seen at least one site that not only uses MMN, but at the same time varies which link is which between pages. – Stewart Jun 18 at 15:26
1  
"I really dislike "cool" Flash websites... which could have been done just as well with static HTML" - FTFY :) – Jeffrey Kemp Jun 20 at 4:23
show 1 more comment
vote up 81 vote down

My favourite class of dialog:

"Are you sure you want to cancel this operation?"

                 "OK" "Cancel"
link|flag
42  
stackoverflow.com: says: Are you sure you want to add another answer? You could use the edit link to refine and improve your existing answer, instead. [OK] [Cancel] – Alex Brown Jun 18 at 19:31
6  
We're all bearing in mind that the interwebs only supports Javascript's prompt(), which only has OK and Cancel, right? – Matchu Jun 29 at 13:41
3  
@Matchu — A poor excuse, in this case. With libraries like jQuery UI readily available, there's no reason to use plain old prompt() when the buttons are clearly inappropriate. – Ben Blank Jul 6 at 14:24
4  
And you always have the option to phrase the question in a way that the available answers make sense. – Jens Schauder Jul 13 at 19:11
show 2 more comments
vote up 200 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
31  
+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
64  
Try Foxit Reader! Its super fast. – Nalandial Jun 19 at 14:31
6  
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
10  
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
vote up 158 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
32  
environment variables setup window... come on! even on Vista, you can't resize the darn thing. – MasterPeter Jun 18 at 11:55
2  
Also the character map utility. – PeterAllenWebb Jun 19 at 15:12
3  
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
show 7 more comments
vote up 168 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
43  
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
1  
The better question is why are you using Quicktime? – tsilb Sep 27 at 11:24
1  
Windows 7 makes this much better. – Jason Baker Sep 27 at 13:39
vote up 66 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
1  
cough VB 6.0 – Charlie Somerville Jun 19 at 7:08
show 5 more comments
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
show 4 more comments
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 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 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 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 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
4  
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 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 88 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 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 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 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 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 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 11 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 3 more comments
vote up 118 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 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 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 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 29 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
1  
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 1 more comment
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 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 9 vote down

Meaningless help texts

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

link|flag
show 1 more comment

Your Answer

Get an OpenID
or

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