<?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: iPad and onMouseOver</title>
	<atom:link href="http://octidextro.us/2010/04/05/ipad-and-onmouseover/feed/" rel="self" type="application/rss+xml" />
	<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/</link>
	<description>i code in iambic pentameter</description>
	<lastBuildDate>Mon, 27 Jun 2011 20:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: M. Dave Auayan</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-7314</link>
		<dc:creator>M. Dave Auayan</dc:creator>
		<pubDate>Tue, 18 Jan 2011 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-7314</guid>
		<description>&lt;p&gt;It took me a couple readings to figure out what you were asking (and for anyone else reading, he&#039;s saying the first link says that the Mobile Safari mouseout event doesn&#039;t fire unless you click on a link or form element), however, the second link has a nav element that is hidden on mouseout, which is seems to be triggered by clicking on any element, not just links or form fields).&lt;/p&gt;

&lt;p&gt;To possibly answer your question, trung, the first link you posted may have your answer: if you attach an onclick event handler to any element, that element remains focusable even after you remove that handler. I didn&#039;t see anything to that effect when trying to view their source, however, so more testing is needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It took me a couple readings to figure out what you were asking (and for anyone else reading, he&#8217;s saying the first link says that the Mobile Safari mouseout event doesn&#8217;t fire unless you click on a link or form element), however, the second link has a nav element that is hidden on mouseout, which is seems to be triggered by clicking on any element, not just links or form fields).</p>

<p>To possibly answer your question, trung, the first link you posted may have your answer: if you attach an onclick event handler to any element, that element remains focusable even after you remove that handler. I didn&#8217;t see anything to that effect when trying to view their source, however, so more testing is needed.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: trung</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-7093</link>
		<dc:creator>trung</dc:creator>
		<pubDate>Tue, 18 Jan 2011 05:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-7093</guid>
		<description>&lt;p&gt;Hi Dave
A question about mouseover / mouseout on ipad ,
Follow this document http://www.quirksmode.org/blog/archives/2008/08/iphone_events.html .
When user focus a element A, mouseover will be fired. 
mouseout event will be fired when user focus another element B.
And in this above link, links and form fields are clickable.
Yeahhh. But i visit this page http://www.steadfastcreative.com/ .
See the slideshow, when click on slide , NAV will be showed.
and when click another element not links ,form fields ,it&#039;s fired mouseout ? why ? trick ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dave
A question about mouseover / mouseout on ipad ,
Follow this document <a href="http://www.quirksmode.org/blog/archives/2008/08/iphone_events.html" rel="nofollow">http://www.quirksmode.org/blog/archives/2008/08/iphone_events.html</a> .
When user focus a element A, mouseover will be fired. 
mouseout event will be fired when user focus another element B.
And in this above link, links and form fields are clickable.
Yeahhh. But i visit this page <a href="http://www.steadfastcreative.com/" rel="nofollow">http://www.steadfastcreative.com/</a> .
See the slideshow, when click on slide , NAV will be showed.
and when click another element not links ,form fields ,it&#8217;s fired mouseout ? why ? trick ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-6731</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Sat, 26 Jun 2010 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-6731</guid>
		<description>&lt;p&gt;What happens if &lt;br&gt;(a) you put a dummy click-handler in the markup and add the onMouseOver behavior dynamically in jQuery?&lt;br&gt;(b) you add a dummy click handler and onMouseOver behavior both with jQuery?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What happens if <br />(a) you put a dummy click-handler in the markup and add the onMouseOver behavior dynamically in jQuery?<br />(b) you add a dummy click handler and onMouseOver behavior both with jQuery?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: M. Dave Auayan</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-6717</link>
		<dc:creator>M. Dave Auayan</dc:creator>
		<pubDate>Thu, 06 May 2010 04:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-6717</guid>
		<description>&lt;p&gt;Indeed, that&#039;s exactly what I&#039;m saying, though I haven&#039;t run it through any proper tests.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Indeed, that&#39;s exactly what I&#39;m saying, though I haven&#39;t run it through any proper tests.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tr888</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-6716</link>
		<dc:creator>tr888</dc:creator>
		<pubDate>Wed, 05 May 2010 22:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-6716</guid>
		<description>&lt;p&gt;&quot;Sadly, adding those behaviors using jQuery doesn&#039;t seem to give it the same magic.&quot;.  &lt;br&gt;&lt;br&gt;Are you saying that the onMouseOver eventhandler must be declared in the markup of the served page and cannot be dynamically added to the DOM?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Sadly, adding those behaviors using jQuery doesn&#39;t seem to give it the same magic.&#8221;.  <br /><br />Are you saying that the onMouseOver eventhandler must be declared in the markup of the served page and cannot be dynamically added to the DOM?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-6608</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 06 Apr 2010 03:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-6608</guid>
		<description>&lt;p&gt;That&#039;s awfully nice of them to stop the propagation. Browsers have been letting events breed like rabbits for far too long.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#39;s awfully nice of them to stop the propagation. Browsers have been letting events breed like rabbits for far too long.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: M. Dave Auayan</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-6607</link>
		<dc:creator>M. Dave Auayan</dc:creator>
		<pubDate>Tue, 06 Apr 2010 03:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-6607</guid>
		<description>&lt;p&gt;You&#039;re correct, and I should clarify: it fires those events and stops the click propagation from hitting a link inside the element with the onmouseover event, as is commonly seen on drop down menus.&lt;br&gt;&lt;br&gt;&lt;em&gt;This&lt;/em&gt; behavior is new, not so much the onmouseover events.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#39;re correct, and I should clarify: it fires those events and stops the click propagation from hitting a link inside the element with the onmouseover event, as is commonly seen on drop down menus.<br /><br /><em>This</em> behavior is new, not so much the onmouseover events.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://octidextro.us/2010/04/05/ipad-and-onmouseover/comment-page-1/#comment-6606</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 06 Apr 2010 02:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/?p=1412#comment-6606</guid>
		<description>&lt;p&gt;The iPhone has been firing mouseover/out events when the focus changes for awhile now (if not always). It may be inappropriately named, but I don&#039;t see the difference between firing these events regardless of the input device (mouse, wacom tablet, finger, etc.) The bigger problem is still that IE is the only browser that uses mouseenter/leave which respond much more appropriately. Mouse events and the box model. Possibly the only two things IE ever had right.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The iPhone has been firing mouseover/out events when the focus changes for awhile now (if not always). It may be inappropriately named, but I don&#39;t see the difference between firing these events regardless of the input device (mouse, wacom tablet, finger, etc.) The bigger problem is still that IE is the only browser that uses mouseenter/leave which respond much more appropriately. Mouse events and the box model. Possibly the only two things IE ever had right.</p>]]></content:encoded>
	</item>
</channel>
</rss>

