<?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>Комментарии к записи: How does the event bubbling works in Javascript?</title>
	<atom:link href="http://torqueo.net/how-does-the-event-bubbling-works-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://torqueo.net/how-does-the-event-bubbling-works-in-javascript/</link>
	<description>Всё в кучу!</description>
	<pubDate>Sat, 19 May 2012 00:57:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: Ouch!</title>
		<link>http://torqueo.net/how-does-the-event-bubbling-works-in-javascript/comment-page-1/#comment-891</link>
		<dc:creator>Ouch!</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=322#comment-891</guid>
		<description>Here is http://torqueo.net/files/event-bubbling/okay.html correct behaviour. When you click on the Dialog in this demo, you will see only "Clicked on dialog" alert message, but the message "Clicked on document" should not appear, reason is that we abolish the onclick event propagation to document (e.stopPropagation() method).

I checked this demo (http://torqueo.net/files/event-bubbling/okay.html) in IE6, FF 3.5.5 and Google Chrome - in these browsers my sample is working correctly.</description>
		<content:encoded><![CDATA[<p>Here is <a href="http://torqueo.net/files/event-bubbling/okay.html" rel="nofollow">http://torqueo.net/files/event-bubbling/okay.html</a> correct behaviour. When you click on the Dialog in this demo, you will see only &#8220;Clicked on dialog&#8221; alert message, but the message &#8220;Clicked on document&#8221; should not appear, reason is that we abolish the onclick event propagation to document (e.stopPropagation() method).</p>
<p>I checked this demo (http://torqueo.net/files/event-bubbling/okay.html) in IE6, FF 3.5.5 and Google Chrome - in these browsers my sample is working correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Mr52</title>
		<link>http://torqueo.net/how-does-the-event-bubbling-works-in-javascript/comment-page-1/#comment-888</link>
		<dc:creator>Mr52</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=322#comment-888</guid>
		<description>using Firefox 3.5.6 

well now it only shows Clicked on Dialog

where ever i press it only shows Clicked on Dialog ( it aint showing Document )</description>
		<content:encoded><![CDATA[<p>using Firefox 3.5.6 </p>
<p>well now it only shows Clicked on Dialog</p>
<p>where ever i press it only shows Clicked on Dialog ( it aint showing Document )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Ouch!</title>
		<link>http://torqueo.net/how-does-the-event-bubbling-works-in-javascript/comment-page-1/#comment-886</link>
		<dc:creator>Ouch!</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=322#comment-886</guid>
		<description>Ok, thanks. Which browser you are watchin this demo?</description>
		<content:encoded><![CDATA[<p>Ok, thanks. Which browser you are watchin this demo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Mr52</title>
		<link>http://torqueo.net/how-does-the-event-bubbling-works-in-javascript/comment-page-1/#comment-882</link>
		<dc:creator>Mr52</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=322#comment-882</guid>
		<description>well the demo u gave has some error

even when i press on text it says clicked on Document and text

bith javascripts are coming up ( alert boxes )

please check it</description>
		<content:encoded><![CDATA[<p>well the demo u gave has some error</p>
<p>even when i press on text it says clicked on Document and text</p>
<p>bith javascripts are coming up ( alert boxes )</p>
<p>please check it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

