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

Having a web site so crowded with banners and ads that you can hardly understand where the real content is. I like a clean design where visitors are respected and ads/banners are served in a way that minimally interferes with your browsing. Good examples are Google and Facebook (IMHO). Bad examples are everywhere...

link|flag
4  
This is not a design flaw at all. Those sites are working exactly as intended. They need users to look at the banners first, because that's how the content is paid for. – finnw Jun 18 at 11:15
1  
Expert Exchange!! No idea where the content is ... – hasen j Jun 19 at 21:05
5  
Adblock Plus all the way. – blntechie Jun 29 at 12:52
show 2 more comments
vote up 30 vote down

Applications with expressive 'skins'. Consumes memory and rarely provides better functionality. Requires getting familiar with the UI.

At least try to follow the OS' standard UI controls, including short cuts, keyboard use, copy/paste, Ctrl/Shift selection, hover/selection feedback, etc.

Good example: latest Windows Media Player. Bad example: previous Windows Media Players.

link|flag
3  
Wait, I can longer play songs out of a human head? – Chetan Sastry Jun 18 at 20:31
1  
I'm looking at you iTunnes! For the sake of balance I should also state that Idon't like WMP 11 either, excessive glass looks bad even when you're Microsoft – Crippledsmurf Jun 18 at 22:19
1  
Most antivirus programs have skinned interfaces that are awful, unresponsive, with options all over the place. – alex Jun 19 at 13:08
show 3 more comments
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 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 26 vote down

Popups with "This can't be done" on half of possible actions. Those actions are to just be disabled instead.

link|flag
8  
That is a controversial one: Some developers think that it is not a good idea to disable actions, because the user never knowns why it is disabled. Instead they say it's better to keep them enabled and show an explanation why the user cannot execute the action. – DR Jun 18 at 7:13
35  
Best heuristic I've seen for this - the one I promptly adopted as my own - is to disable/enable controls for UI purposes (say, Delete is disabled unless there's a selection in the grid), but not for business purposes (Delete is enabled even if the selected item is not-deletable). IMHO strikes a good balance of discoverability and usefulness. – Bevan Jun 18 at 7:25
1  
DR - That's one of the reasons menu item help was invented. What we really need is more apps that implement this well. – Stewart Jun 18 at 15:36
7  
@DR: Personally, I find this very misleading. Also, there's a third choice: disabled but with a hover explanation. When the user hovers over it describe why it's not available. – Chris Lively Jun 18 at 19:27
4  
Hover explanations seem like a really neat and useful solution, but when I've tried them on real people, they go completely unnoticed. Use hover text to hide things you don't expect anyone to ever read. The best way to deal with this, I think, is to have the pop up, but make it like a growl notification: does not require explicit dismissal, just pops up for a second and fades away. – Breton Jun 19 at 0:05
show 4 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 22 vote down

That dialog boxes are the best way to prompt a user for confirmation or input.

Special shout out to 99.999% of modal dialogs.

link|flag
7  
e.g. Mozilla Thunderbird notifies and STOPS you on any Wifi glitch. And if you have 5 or more mailboxes, you MUST dismiss ALL modal messageBoxes if you want just to browse offline emails. – Berry Tsakala Jun 18 at 9:45
1  
Ah, the Kanye West school of programming GUIs? ;-) – peSHIr Oct 19 at 6:42
show 1 more comment
vote up 20 vote down

"Color gradients and lots of animations are cool and lead to a great user experience automatically."

Ehhh... no. Not really. And by no means automatically. A crappy interface without gradients/animations generally gets even crappier when these things are added!

link|flag
show 1 more comment
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
vote up 19 vote down

Web sites that don't allow you to hit the back button.

Even worse, pop up a message with "Don't go!" as I'm about to leave your site.

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

User interfaces that consist of a list of 'things', each with a checkbox (e.g. to mark something for deletion) that don't provide a 'Select all' or 'Toggle button' at the top...

Roll on carpal tunnel syndrome.

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

That users want "slick animations". http://designinginterfaces.com/Animated_Transition

Most of the time, what they really want is a reliable indication of system responsiveness, if not system progress. "Visual flair" just becomes a distraction after its initial "wow" factor wears off.

One example comes to mind: the thin pulsing orange bar in Outlook 2007 that runs across your email pane, whenever you click on a hyperlink. Most of the time, the URL loads in your browser within 2 seconds, and thus the animation is short-lived. But sometimes, there's a delay in the background interprocess messaging, and it takes ~30 seconds for the browser (already open) to begin loading the URL. During this time, you're still looking at the same pulsating orange bar, with no idea when your "request" will be completed. These are moments when I get most enraged at snazzy animations. All they communicate is that my computer hasn't completely frozen on me.

Also note that "slick animation" for indicating system progress should adhere to not abusing the notion of a progress bar: i.e. having the progress bar steadily advance from 0 to 99%, only to hang on the 99% for a good minute.

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

Inconsistency. Seriously, in the long run it doesn't matter if any meaningful operation takes eight mouse clicks or keystrokes. As long as these mouse clicks and key strokes follow a consistent pattern, a user will automatically memorise them.

One "feature" that egregiously violated this was Microsoft's idea of menus that would reorder themselves to show the most often-used ones at the top. It made it impossible to select "third menu from the left, first option" and know it was eg "Transflutinate Founts". You had to visually inspect the menu each time to make sure you selected the right option, breaking your concentration.

If you are serious about user interface design, I highly recommend Jef Raskin's The Humane Interface.

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

Opening a browser window after I uninstall a program.

"No, it was nothing personal, really - I just don't need this program anymore. If I don't want your program installed, I certainly don't want a browser window opened to load your web page asking me to fill in a survey."

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

Non-sizable dialog boxes. I can't stand trying to find a file in a dialog that is a few inches square and can not be re-sized. VSS has a lot of these.

Web pages that require me to re-enter data because some other entry validation failed (password, captcha).

link|flag
vote up 13 vote down

Running a maintenance task during system start-up.

I never re-start my computer unless I am already pissed off (it's a mac, it sleeps well). I certainly don't have time for disk scans, dialogue boxes, update dialogues etc.

If I re-start it twice in 5 minutes, that means I'm really really pissed off - do you think I welcome your application taking 30 seconds to do something I don't care about, and do it even if I remember to press shift (don't do normal startup maintenance)? What gives you the frakkin right?

Why don't you run them when you know I don't care, like just before automatic sleep, or at 4am in the morning?

link|flag
vote up 13 vote down

Forcing the user to answer questions that they have no possible way of answering with any authority.

Saving Your Document...
Do you want to use Big-Endian byte ordering (Y/N)?
What Unicode variant do you want (UTF-8,UTF-16)

Adding Circle to drawing...
Use euclidean geometry to render the radical co-efficient?

link|flag
6  
Reminds me of Raymond Chen's post, "In order to demonstrate our superior intellect, we will now ask you a question you cannot answer." blogs.msdn.com/oldnewthing/archive/… – Joe White Jun 20 at 21:57
3  
Got a call from my sister the other day about a funny error message she got from her word processor: "This document has inconsistent line endings. Please select the line endings you'd like to render: {dropdown box containing [CR-LF], [LF], [CR] }" – Juliet Jul 7 at 14:24
show 2 more comments
vote up 12 vote down

Applications that attempt to cram so much UI into the main screen that you can't see what it's supposed to be presenting as it's main purpose.

Hello Lotus notes!

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

That people read the text on modal dialog boxes.

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

ATI Catalyst Control Center

  1. It has basic/advanced mode for the UI.
  2. It asks me before actually switching to the advanced mode, as if I was about to format a harddrive or something. And it forgets the choice after each update.
  3. It offers me to keep my CPU or GPU 100% saturated at all times by installing a Folding@Home client on each update. Or a WoW trial on good days.
  4. It uses .NET so it takes ages to load.
  5. The basic elements of the main dialog don't fit so it has scrollbars. In a small window.
  6. The 3D settings are divided into groups. The last two groups are called All settings (contains settings from all previous groups combined, with a scrollbar) and More settings (contains settings not listed elsewhere).
  7. It has Skinning support.

ATI Catalyst Control Center Yes please. Yes! Yes!

link|flag
vote up 10 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 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 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 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 9 vote down

Using the standard dialog buttons from the MessageBox class instead of meaningful ones out of laziness.

What is your Gender?

Click Yes for Male, No for Female, Cancel for Unknown.

[Yes] [No] [Cancel]

link|flag
1  
Cancel (or look below for answer :-) – ldigas Jun 20 at 18:20
2  
If you think of it as a Bit value instead of a Boolean it gets much easier. The digits 0 and 1 just happen to be quite yonic and phallic respectively. =) – JohnFx Jun 29 at 19:05
show 3 more comments

Your Answer

Get an OpenID
or

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