<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thoughts On Eclipse UI &#187; Enhancement</title>
	<atom:link href="http://eclipseblog.ostroukhovs.com/category/enhancement/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipseblog.ostroukhovs.com</link>
	<description>Useful bits of code</description>
	<lastBuildDate>Tue, 02 Nov 2010 19:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Same Button, Different Meaning</title>
		<link>http://eclipseblog.ostroukhovs.com/2009/08/27/same-button-different-meaning/</link>
		<comments>http://eclipseblog.ostroukhovs.com/2009/08/27/same-button-different-meaning/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:46:56 +0000</pubDate>
		<dc:creator>Eugene Ostroukhov</dc:creator>
				<category><![CDATA[Enhancement]]></category>

		<guid isPermaLink="false">http://eclipseblog.ostroukhovs.com/?p=72</guid>
		<description><![CDATA[Consider following two images: Here you can see what I consider as a major UI antipattern &#8211; Cancel button has two distinct roles. In the first case it works as a close button on the window title bar &#8211; if the user clicks it, the wizard dialog will close and the user input will be [...]]]></description>
			<content:encoded><![CDATA[<p>Consider following two images:<br />
<img class="aligncenter size-full wp-image-73" title="wizard" src="http://eclipseblog.ostroukhovs.com/wp-content/uploads/2009/08/wizard.png" alt="wizard" width="605" height="491" /></p>
<p><img class="aligncenter size-full wp-image-74" title="wizard_progress" src="http://eclipseblog.ostroukhovs.com/wp-content/uploads/2009/08/wizard_progress.png" alt="wizard_progress" width="605" height="491" />Here you can see what I consider as a major UI antipattern &#8211; Cancel button has two distinct roles. In the first case it works as a close button on the window title bar &#8211; if the user clicks it, the wizard dialog will close and the user input will be lost. In the bottom case the Cancel button is a &#8220;Cancel task&#8221; button &#8211; the task will be stopped but the dialog will be retained. This is pretty confusing for the users as they are not sure if they loose input in later case. I suggest we introduce a new button that will explicitly stop the task but has nothing to do with wizard dialog:</p>
<p><img class="aligncenter size-full wp-image-75" title="stopbutton" src="http://eclipseblog.ostroukhovs.com/wp-content/uploads/2009/08/newui.png" alt="stopbutton" width="605" height="496" />This way Cancel button always mimics Close Window button &#8211; i.e. it is grayed out when the wizard dialog cannot be closed. I filed this enhancement suggestion (along with a patch) as bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287887">287887</a> in Eclipse.org bugtracker.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipseblog.ostroukhovs.com/2009/08/27/same-button-different-meaning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

