Critical Warning


Recently there has been some controversy related to IE8, Critical Windows Updates, and multi-step wizard style interfaces vs. leveraging default settings. But most of these debates have centered on things like text size and interactive flows. I personally believe there is also a visual design component to this issue as well.

Standard Dialog Box Icons

Standarddialogicons

The Windows User Experience Guidelines for Standard Dialog Icon Use

This quote is from Windows Vista User Experience Guidelines > Guidelines > Aesthetics > Standard Icons

Message type vs. severity

Choose standard icons based the message type, not the severity of the underlying issue. The message types are:

* Error. An error or problem that has occurred.
* Warning. A condition that might cause a problem in the future.
* Information. Useful information.

Different operating systems have slightly different guidelines for using the standard dialog box icons, for instance sometimes the error icon is used to indicate an error that is the system’s fault, while the warning icon is used to indicate a significant problem that is (or will be) the user’s fault. Also Vista tends to only use the blue question icon as an entry point to help, with guidelines stating: “Don’t use the question mark icon to ask questions. Again, use the question mark icon only for Help entry points. There is no need to ask questions using the question mark icon anyway—it’s sufficient to present a main instruction as a question.” Contrary to the Windows-specific guidelines, Firefox in some situations uses a question mark for direct questions that have a significant consequence, but do not involve any form of error.

These standard dialog icons also metaphorically associate with physical objects in the real world. For instance an equilateral triangle form is commonly used to represent traffic warnings.

Quaysideorriverbank

Examples

Here is the first specific example that the Windows Vista User Experience Guidelines provides, documenting the proper use of the warning icon. They write “The following is a good example of a critical warning because it meets the previously defined characteristics.” Those characteristics being: data or financial loss, loss of system access or integrity, loss of privacy, wasted time, unexpected consequences, and an action that does not support undo.

Formatcriticalwarning

Standard Dialog Icons as an Indication of Product Choice

Here is a screen shot of how Internet Explorer 8 (as well as previous versions) prompts the user if it detects that it is no longer the default browser:

Internetexplorerdefaultdialogbox

By comparison, here is a screen shot of how Firefox 3 prompts the user if it detects it is no longer the default browser:

Firefoxdefaultdialogbox

Internet Explorer is framing the message of not using IE8 as analogous to an action like formatting your hard drive, or (by metaphorical extension) driving your car off of a cliff. If the user doesn’t take the time to read or think about the specific question being presented, the visual language effectively conveys the message: “you broke your computer, click Yes to fix.” As opposed to visually conveying the message “you have a choice to make.” This might seem like a minor point, but I think there’s a pretty big difference between what a dialog box literally says and what users take the time to actually read.

Now to be fair, as quoted above their guidelines are based on message type and not severity. However, considering the literal definition of the icon, deciding to no longer use IE8 as the default browser is classified as “a condition that might cause a problem in the future.” Their guidelines also state: “While severity isn’t a consideration when choosing among the error, warning, and information icons, severity is a factor in determining if a standard icon should be used at all.” So the user deciding to no longer have IE8 as the default browser (based on their guidelines and the inclusion of the icon) apparently warrants displaying a critical warning.

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
Evolving a Product Brand
Thinking about Refreshing the Firefox Icon

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

I don’t really get the point here. In both warning dialog boxes, if the user clicks “yes”, the result is “data or financial loss, loss of system access or integrity, loss of privacy, wasted time, unexpected consequences…” ;-)

Does the wording in your first figure really say:

Question icon. Do not use this icon for questions.

Interesting blog post, and example of how Microsoft uses psychological tricks to keep people from switching browsers.

Completely unrelated: I noticed that Firefox’s dialog box is wider because the text doesn’t wrap as tightly. This may actually hurt readability and seems like a simple thing for us to fix.

Their first example (Format F:) if flawed, in my opinion. It asks a confirmation for formatting, and the buttons are generic Yes/No. It would be much better if they had labels such as Format/Cancel or even better “Erase all data”/Cancel.

It is interesting to note that both Firefox and IE will display a “critical warning message” whenever a website chooses to use the alert() function – even though I cannot imagine a case where an informational message wouldn’t be more appropriate. And both will violate the Vista guidelines in case of a confirm() function – it shows up with a question mark even though it is really just a question.

This seems kinda two faced to me. Point to a couple blog posts complaining that IE8 is setting itself as the default browser, as if thats a huge problem for people. Then make a rant about how changing the default browser isn’t a huge problem for people.

Where’s the blog post about how Firefox completely ignores Windows UX guidelines for help all over the place? Where’s the one about the retardedness of the Page Info dialog asking the user “Have I visited this site before today?” Instead of just saying, “Times visited: 4″. Complaining about other people like this really does nothing, and the effort would probably be much better spent criticizing yourself.

Niczar,

That’s a common problem throughout Windows.

OS X for example refrains from using generic labels.

What would be better here is if there was a button labeled ‘Back up’ – seeing as the dialogue box is clearly making a fuss about how important it is to back up, it seems odd that there isn’t a clickable button to do just that.

Alex,
You’re reading too much into this. The UX document serves as a guideline not a rulebook. The choice of icon is as single line of code. Because of the amount of error messages (Over 10K) it’s usually up to the developer to decide and most developers don’t check the guidelines.

In general it doesn’t matter that much if the icon is blue/yellow/red. The icon serves as a bullet point for the text of the message.