<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bad application behaviour: stealing focus</title>
	<atom:link href="http://arapehlivanian.com/bad-application-behaviour-stealing-focus/feed/" rel="self" type="application/rss+xml" />
	<link>http://arapehlivanian.com/bad-application-behaviour-stealing-focus/</link>
	<description>Web Standards, Web Culture, Web Everything.™</description>
	<lastBuildDate>Sun, 25 Sep 2011 04:23:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luke</title>
		<link>http://arapehlivanian.com/bad-application-behaviour-stealing-focus/comment-page-1/#comment-8213</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Wed, 07 Mar 2007 18:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://arapehlivanian.com/2007/02/16/bad-application-behaviour-stealing-focus/#comment-8213</guid>
		<description>Oh man - what Carl described happened to me yesterday. AIM decided to update itself and it was doing stuff in the background as I was typing. Then I saw some confirmation dialog pop up in the corner, as I was pressing enter...

Needless to say, I had no clue if I pressed OK, Cancel or what. :P

Worst application behavior ever.</description>
		<content:encoded><![CDATA[<p>Oh man &#8211; what Carl described happened to me yesterday. AIM decided to update itself and it was doing stuff in the background as I was typing. Then I saw some confirmation dialog pop up in the corner, as I was pressing enter&#8230;</p>
<p>Needless to say, I had no clue if I pressed OK, Cancel or what. :P</p>
<p>Worst application behavior ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ara Pehlivanian</title>
		<link>http://arapehlivanian.com/bad-application-behaviour-stealing-focus/comment-page-1/#comment-6910</link>
		<dc:creator>Ara Pehlivanian</dc:creator>
		<pubDate>Fri, 16 Feb 2007 21:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://arapehlivanian.com/2007/02/16/bad-application-behaviour-stealing-focus/#comment-6910</guid>
		<description>&lt;strong&gt;Carl&lt;/strong&gt;: Yes! That&#039;s the other thing that happens that I hate &lt;em&gt;even more&lt;/em&gt;!</description>
		<content:encoded><![CDATA[<p><strong>Carl</strong>: Yes! That&#8217;s the other thing that happens that I hate <em>even more</em>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl de Billy</title>
		<link>http://arapehlivanian.com/bad-application-behaviour-stealing-focus/comment-page-1/#comment-6909</link>
		<dc:creator>Carl de Billy</dc:creator>
		<pubDate>Fri, 16 Feb 2007 21:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://arapehlivanian.com/2007/02/16/bad-application-behaviour-stealing-focus/#comment-6909</guid>
		<description>I also hate it.  But... the worse in when you are typing something and a window suddently appears to ask about something...  but while you were typing, you hit the &quot;hot key&quot; of one of the button on that new windows.

After that, you have absolutely no idea what you did...  it was too fast.  That&#039;s terribly annoying and will be worse in Vista because a LOT of new popup will be there to ask for EVERY security mecanism.

Carl.</description>
		<content:encoded><![CDATA[<p>I also hate it.  But&#8230; the worse in when you are typing something and a window suddently appears to ask about something&#8230;  but while you were typing, you hit the &#8220;hot key&#8221; of one of the button on that new windows.</p>
<p>After that, you have absolutely no idea what you did&#8230;  it was too fast.  That&#8217;s terribly annoying and will be worse in Vista because a LOT of new popup will be there to ask for EVERY security mecanism.</p>
<p>Carl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://arapehlivanian.com/bad-application-behaviour-stealing-focus/comment-page-1/#comment-6902</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 16 Feb 2007 19:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://arapehlivanian.com/2007/02/16/bad-application-behaviour-stealing-focus/#comment-6902</guid>
		<description>Completely agree. But you describe two different situations hrere:

The google talk example is one application stealing focus from another one which is fundamentally evil. Here, just flashing the toolbar or providing some other visual and/or audible clue would be enough.

In Eclipse on the other hand you have one module stealing focus of another one within the same application - may or may not be important to the core functionality of the app.

But yes, focus stealing ruins productivity - because it distracts you from what you are doing, by demanding that you immediately deal with the application that stole it.</description>
		<content:encoded><![CDATA[<p>Completely agree. But you describe two different situations hrere:</p>
<p>The google talk example is one application stealing focus from another one which is fundamentally evil. Here, just flashing the toolbar or providing some other visual and/or audible clue would be enough.</p>
<p>In Eclipse on the other hand you have one module stealing focus of another one within the same application &#8211; may or may not be important to the core functionality of the app.</p>
<p>But yes, focus stealing ruins productivity &#8211; because it distracts you from what you are doing, by demanding that you immediately deal with the application that stole it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewSeven</title>
		<link>http://arapehlivanian.com/bad-application-behaviour-stealing-focus/comment-page-1/#comment-6899</link>
		<dc:creator>AndrewSeven</dc:creator>
		<pubDate>Fri, 16 Feb 2007 18:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://arapehlivanian.com/2007/02/16/bad-application-behaviour-stealing-focus/#comment-6899</guid>
		<description>Apps should ask the OS for focus; Windows starts blinking the item on
 the start bar. Apps that force themselves to the front are bad. 

With tabs in an app, they should follow a similar behhavior.</description>
		<content:encoded><![CDATA[<p>Apps should ask the OS for focus; Windows starts blinking the item on<br />
 the start bar. Apps that force themselves to the front are bad. </p>
<p>With tabs in an app, they should follow a similar behhavior.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

