<?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: Tab search</title>
	<atom:link href="http://blog.mozilla.com/blassey/2008/01/04/tab-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/</link>
	<description>sorry for random</description>
	<lastBuildDate>Sun, 18 Oct 2009 07:05:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jordan Sissel</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-30</link>
		<dc:creator>Jordan Sissel</dc:creator>
		<pubDate>Mon, 14 Jan 2008 09:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-30</guid>
		<description>blassey,

My firefox-tabsearch extension (as mentioned by Sylvain) might have appeared on addons.mozilla.org, except I gave up after finding myself drowning in red tape trying to get the extension added.

I tend to find google is a much better resource for finding firefox extensions, since 100% of addons.mozilla.org is visible through google and you get the bonus of finding extensions not hosted on that site (keyconfig, for example).</description>
		<content:encoded><![CDATA[<p>blassey,</p>
<p>My firefox-tabsearch extension (as mentioned by Sylvain) might have appeared on addons.mozilla.org, except I gave up after finding myself drowning in red tape trying to get the extension added.</p>
<p>I tend to find google is a much better resource for finding firefox extensions, since 100% of addons.mozilla.org is visible through google and you get the bonus of finding extensions not hosted on that site (keyconfig, for example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blassey</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-26</link>
		<dc:creator>blassey</dc:creator>
		<pubDate>Thu, 10 Jan 2008 23:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-26</guid>
		<description>Mike,

Thanks for the feedback.  I&#039;ve posted and update to it to include your first suggestion, which does make it much more usable.

Unfortunately, the menu normally consumes all key events, which prevents the user from entering text into the textbox. The only way I could find around that was to set ignorekeys to true.  The side effect of that is to disable keyboard navigation within the menu.  I tried to reimplement the keyboard navigation with a keypress listener, but it seems that calling menuitem.focus() has no effect.  Do you know of any other potential solutions?

And finally, I think the slowness is due to repeated string operations (toLowerCase() and match()).  I was able to eliminate on call to toLowerCase per iteration though, which should speed things up a bit.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Thanks for the feedback.  I&#8217;ve posted and update to it to include your first suggestion, which does make it much more usable.</p>
<p>Unfortunately, the menu normally consumes all key events, which prevents the user from entering text into the textbox. The only way I could find around that was to set ignorekeys to true.  The side effect of that is to disable keyboard navigation within the menu.  I tried to reimplement the keyboard navigation with a keypress listener, but it seems that calling menuitem.focus() has no effect.  Do you know of any other potential solutions?</p>
<p>And finally, I think the slowness is due to repeated string operations (toLowerCase() and match()).  I was able to eliminate on call to toLowerCase per iteration though, which should speed things up a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Beltzner</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-23</link>
		<dc:creator>Mike Beltzner</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-23</guid>
		<description>Hey Brad - this is a great little extension. There are a few bugs in it which, if addressed, might make it even better:

 - the search field should start with keyboard focus, and with the last entered text selected so that a new search term can easily be entered or the existing term can be deleted

 - it doesn&#039;t maintain keyboard focus, which is a problem if I search for something and then try to down arrow (common, as my hands are already on the keyboard)

 - it seems to be redrawing a lot, which is slowing things down

Cool work, though! Very helpful.</description>
		<content:encoded><![CDATA[<p>Hey Brad &#8211; this is a great little extension. There are a few bugs in it which, if addressed, might make it even better:</p>
<p> &#8211; the search field should start with keyboard focus, and with the last entered text selected so that a new search term can easily be entered or the existing term can be deleted</p>
<p> &#8211; it doesn&#8217;t maintain keyboard focus, which is a problem if I search for something and then try to down arrow (common, as my hands are already on the keyboard)</p>
<p> &#8211; it seems to be redrawing a lot, which is slowing things down</p>
<p>Cool work, though! Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobu</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-22</link>
		<dc:creator>Tobu</dc:creator>
		<pubDate>Mon, 07 Jan 2008 15:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-22</guid>
		<description>I meant &lt;a href=&quot;https://addons.mozilla.org/fr/firefox/addon/1703&quot; rel=&quot;nofollow&quot;&gt;this Tippy&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I meant <a href="https://addons.mozilla.org/fr/firefox/addon/1703" rel="nofollow">this Tippy</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobu</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-21</link>
		<dc:creator>Tobu</dc:creator>
		<pubDate>Mon, 07 Jan 2008 15:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-21</guid>
		<description>Besides displaying a (clickable?) indicator in the awesomebar, you could hijack Alt-Enter (that usually means open in a new tab) to open the existing tab.

Do you use tippy by the way? It displays the recently closed tabs inside the tab menu on top-right.

Which gives me an idea: also include recently-closed tabs in your search.</description>
		<content:encoded><![CDATA[<p>Besides displaying a (clickable?) indicator in the awesomebar, you could hijack Alt-Enter (that usually means open in a new tab) to open the existing tab.</p>
<p>Do you use tippy by the way? It displays the recently closed tabs inside the tab menu on top-right.</p>
<p>Which gives me an idea: also include recently-closed tabs in your search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Sullivan</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-19</link>
		<dc:creator>Kim Sullivan</dc:creator>
		<pubDate>Sun, 06 Jan 2008 10:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-19</guid>
		<description>Do you know Showcase? https://addons.mozilla.org/en-US/firefox/addon/1810

It shows thumbnails of all the open tabs (either in the current window, or in all windows), supports searching and you can even do &quot;bulk&quot; operations (like move several tabs from one window to another, or delete a group of windows).</description>
		<content:encoded><![CDATA[<p>Do you know Showcase? <a href="https://addons.mozilla.org/en-US/firefox/addon/1810" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/1810</a></p>
<p>It shows thumbnails of all the open tabs (either in the current window, or in all windows), supports searching and you can even do &#8220;bulk&#8221; operations (like move several tabs from one window to another, or delete a group of windows).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blassey</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-18</link>
		<dc:creator>blassey</dc:creator>
		<pubDate>Sun, 06 Jan 2008 08:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-18</guid>
		<description>Sylvain, I didn&#039;t know about that one.  I looked on addons.mozilla.org and didn&#039;t find anything.

josh, I thought about that, but was&#039;t sure how the UI should look.  One thing I did think of was having some indication in the awesomebar that a particular URL was already open in a different tab or was in the history of an open tab.</description>
		<content:encoded><![CDATA[<p>Sylvain, I didn&#8217;t know about that one.  I looked on addons.mozilla.org and didn&#8217;t find anything.</p>
<p>josh, I thought about that, but was&#8217;t sure how the UI should look.  One thing I did think of was having some indication in the awesomebar that a particular URL was already open in a different tab or was in the history of an open tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-17</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 06 Jan 2008 08:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-17</guid>
		<description>Personally, I want tab search in the awesomebar.</description>
		<content:encoded><![CDATA[<p>Personally, I want tab search in the awesomebar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wsm</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-16</link>
		<dc:creator>wsm</dc:creator>
		<pubDate>Sat, 05 Jan 2008 21:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-16</guid>
		<description>nice. addresses https://bugzilla.mozilla.org/show_bug.cgi?id=343846

However, find across multiple windows would be even better.

I wonder what changes might be required to have it show which tabs have changed form information - https://bugzilla.mozilla.org/show_bug.cgi?id=370318</description>
		<content:encoded><![CDATA[<p>nice. addresses <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=343846" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=343846</a></p>
<p>However, find across multiple windows would be even better.</p>
<p>I wonder what changes might be required to have it show which tabs have changed form information &#8211; <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=370318" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=370318</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://blog.mozilla.com/blassey/2008/01/04/tab-search/comment-page-1/#comment-15</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Sat, 05 Jan 2008 01:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/blassey/2008/01/04/tab-search/#comment-15</guid>
		<description>Did you know if this existing extension: http://www.semicomplete.com/projects/firefox-tabsearch/

It uses a keyboard shortcut instead of plugging in the tab menu.</description>
		<content:encoded><![CDATA[<p>Did you know if this existing extension: <a href="http://www.semicomplete.com/projects/firefox-tabsearch/" rel="nofollow">http://www.semicomplete.com/projects/firefox-tabsearch/</a></p>
<p>It uses a keyboard shortcut instead of plugging in the tab menu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
