<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using jQuery to Skip the TinyMCE Editor Toolbar When Using the Tab Key</title>
	<atom:link href="http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/</link>
	<description>All the Good Titles Were Taken</description>
	<lastBuildDate>Mon, 23 Apr 2012 23:50:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: aaa</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-102</link>
		<dc:creator><![CDATA[aaa]]></dc:creator>
		<pubDate>Mon, 15 Feb 2010 13:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-102</guid>
		<description><![CDATA[Unfortunatelly tab_focus is does not work under Chrome (it select first the toolbar icons than the editor area) while under Firefoy is good.

Any idea?]]></description>
		<content:encoded><![CDATA[<p>Unfortunatelly tab_focus is does not work under Chrome (it select first the toolbar icons than the editor area) while under Firefoy is good.</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Scott</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-101</link>
		<dc:creator><![CDATA[Chris Scott]]></dc:creator>
		<pubDate>Sat, 14 Nov 2009 02:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-101</guid>
		<description><![CDATA[@Brian: thanks, I&#039;ll check it out.

@Matthew: based on the docs it looks like that only works once you are already in the editor but I haven&#039;t had a chance to test.]]></description>
		<content:encoded><![CDATA[<p>@Brian: thanks, I&#8217;ll check it out.</p>
<p>@Matthew: based on the docs it looks like that only works once you are already in the editor but I haven&#8217;t had a chance to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Wills</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-100</link>
		<dc:creator><![CDATA[Matthew Wills]]></dc:creator>
		<pubDate>Wed, 11 Nov 2009 10:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-100</guid>
		<description><![CDATA[http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/tabfocus may be a simpler solution.]]></description>
		<content:encoded><![CDATA[<p><a href="http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/tabfocus" rel="nofollow">http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/tabfocus</a> may be a simpler solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-99</link>
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-99</guid>
		<description><![CDATA[I tried this fix on the latest version, and I had to change the function to this:
$(&quot;.mceToolbar *&quot;).attr(&quot;tabIndex&quot;, &quot;-1&quot;);

Thanks a bunch!]]></description>
		<content:encoded><![CDATA[<p>I tried this fix on the latest version, and I had to change the function to this:<br />
$(&#8220;.mceToolbar *&#8221;).attr(&#8220;tabIndex&#8221;, &#8220;-1&#8243;);</p>
<p>Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaptainPalapa</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-98</link>
		<dc:creator><![CDATA[CaptainPalapa]]></dc:creator>
		<pubDate>Thu, 19 Jul 2007 16:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-98</guid>
		<description><![CDATA[I noticed that while this works almost perfectly, foreground color, the dropdown arrow for it and the background color and the dropdown arrow for it still get tab focus.  That&#039;s four additional items to tab through, even though it skips the rest.  Just posting in case someone knows a fix or so the next person doesn&#039;t think they&#039;re crazy.]]></description>
		<content:encoded><![CDATA[<p>I noticed that while this works almost perfectly, foreground color, the dropdown arrow for it and the background color and the dropdown arrow for it still get tab focus.  That&#8217;s four additional items to tab through, even though it skips the rest.  Just posting in case someone knows a fix or so the next person doesn&#8217;t think they&#8217;re crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wee Keat</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-97</link>
		<dc:creator><![CDATA[Wee Keat]]></dc:creator>
		<pubDate>Thu, 21 Jun 2007 00:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-97</guid>
		<description><![CDATA[That&#039;s an excellent tip. I&#039;ve noticed this problem before but never thought of fixing it. Thanks heaps!]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s an excellent tip. I&#8217;ve noticed this problem before but never thought of fixing it. Thanks heaps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

