<?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: Cross Browser HTML5 Drag and Drop</title>
	<atom:link href="http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/</link>
	<description>A Blog about Client Side Web Technology</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:00:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Salman K</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-3332</link>
		<dc:creator>Salman K</dc:creator>
		<pubDate>Wed, 08 Sep 2010 09:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-3332</guid>
		<description>Thank you so much for the info. Will prove immensely helpful to us in our efforts to get to grip with HTML5 DnD. Best,</description>
		<content:encoded><![CDATA[<p>Thank you so much for the info. Will prove immensely helpful to us in our efforts to get to grip with HTML5 DnD. Best,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art4Med</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-2865</link>
		<dc:creator>Art4Med</dc:creator>
		<pubDate>Sat, 28 Aug 2010 00:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-2865</guid>
		<description>Transparency on FireFox works for Ubuntu Lucid (10.04)</description>
		<content:encoded><![CDATA[<p>Transparency on FireFox works for Ubuntu Lucid (10.04)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shreyas Patel</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-2787</link>
		<dc:creator>Shreyas Patel</dc:creator>
		<pubDate>Fri, 06 Aug 2010 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-2787</guid>
		<description>It&#039;s Great Material Really</description>
		<content:encoded><![CDATA[<p>It&#8217;s Great Material Really</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Web Doesn&#8217;t Suck. Browsers Are Innovating. &#171; Katz Got Your Tongue?</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-1221</link>
		<dc:creator>The Web Doesn&#8217;t Suck. Browsers Are Innovating. &#171; Katz Got Your Tongue?</dc:creator>
		<pubDate>Sun, 02 May 2010 21:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-1221</guid>
		<description>[...] quite a number of years now. Threading? Check. GPU acceleration? Check and check. Drag and drop? Check. Offline access and persistence? Check and [...]</description>
		<content:encoded><![CDATA[<p>[...] quite a number of years now. Threading? Check. GPU acceleration? Check and check. Drag and drop? Check. Offline access and persistence? Check and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoltan</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-1059</link>
		<dc:creator>zoltan</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-1059</guid>
		<description>@Ken: thanks a mil for these -- I will be updating DragAndDropHelpers.js with these changes very soon.</description>
		<content:encoded><![CDATA[<p>@Ken: thanks a mil for these &#8212; I will be updating DragAndDropHelpers.js with these changes very soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Corey</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-1045</link>
		<dc:creator>Ken Corey</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-1045</guid>
		<description>Just a follow on for anyone coming after me...turns out that Chrome 5 has a default value of &#039;uninitialized&#039; and &#039;none&#039; for effectAllowed and dropEffect.  Change these (both) to &#039;copy&#039;, and the drop events are sent using Chrome.

(Look in example #5 matched to see where to do that.)

-Ken</description>
		<content:encoded><![CDATA[<p>Just a follow on for anyone coming after me&#8230;turns out that Chrome 5 has a default value of &#8216;uninitialized&#8217; and &#8216;none&#8217; for effectAllowed and dropEffect.  Change these (both) to &#8216;copy&#8217;, and the drop events are sent using Chrome.</p>
<p>(Look in example #5 matched to see where to do that.)</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Corey</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-1032</link>
		<dc:creator>Ken Corey</dc:creator>
		<pubDate>Wed, 21 Apr 2010 11:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-1032</guid>
		<description>Hiya,

Just ran across this in a search to solve a problem I&#039;m having.  I tried it out on Firefox, and all worked fine.

I&#039;m trying it out on Chrome 5.0.342.9 on WinXP SP3, and the visual feedback didn&#039;t appear, so apparently on line 148 of DragDropHelpers.js, you might want to change the version comparison to be less than 6 rather than 5...

Even worse, the drop events aren&#039;t firing at all, which is a crying shame.  I haven&#039;t dug into it enough to see what&#039;s going on, but it looks like I&#039;ll have to.  I *need* this to work.

-Ken</description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>Just ran across this in a search to solve a problem I&#8217;m having.  I tried it out on Firefox, and all worked fine.</p>
<p>I&#8217;m trying it out on Chrome 5.0.342.9 on WinXP SP3, and the visual feedback didn&#8217;t appear, so apparently on line 148 of DragDropHelpers.js, you might want to change the version comparison to be less than 6 rather than 5&#8230;</p>
<p>Even worse, the drop events aren&#8217;t firing at all, which is a crying shame.  I haven&#8217;t dug into it enough to see what&#8217;s going on, but it looks like I&#8217;ll have to.  I *need* this to work.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John B</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-731</link>
		<dc:creator>John B</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-731</guid>
		<description>RE: IE - I *think* I was testing on IE7/XP Home, but I don&#039;t remember 100%, I&#039;ve had both that and my IE8/Vista Home Premium up &amp; running over the last couple of days.

In Mac Chrome, (I haven&#039;t tested Windows yet), I&#039;ve discovered further issues.  It seems that the dragover and drop events are not firing unless the draggable object is an a tag with the href set, (IE-ish, no?).</description>
		<content:encoded><![CDATA[<p>RE: IE &#8211; I *think* I was testing on IE7/XP Home, but I don&#8217;t remember 100%, I&#8217;ve had both that and my IE8/Vista Home Premium up &amp; running over the last couple of days.</p>
<p>In Mac Chrome, (I haven&#8217;t tested Windows yet), I&#8217;ve discovered further issues.  It seems that the dragover and drop events are not firing unless the draggable object is an a tag with the href set, (IE-ish, no?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoltan</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-729</link>
		<dc:creator>zoltan</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-729</guid>
		<description>@John: Thanks for the info regarding Mac Chrome .. when writing the article, I was testing with version 4, which works as expected, but have confirmed 5 doesn&#039;t. I will update this article after testing your suggestion. Thanks for the heads up :)

As for ie not showing visual cues, i am currently not experiencing this. Could you let me know which version of IE you tested this on?</description>
		<content:encoded><![CDATA[<p>@John: Thanks for the info regarding Mac Chrome .. when writing the article, I was testing with version 4, which works as expected, but have confirmed 5 doesn&#8217;t. I will update this article after testing your suggestion. Thanks for the heads up :)</p>
<p>As for ie not showing visual cues, i am currently not experiencing this. Could you let me know which version of IE you tested this on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John B</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-726</link>
		<dc:creator>John B</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-726</guid>
		<description>Hi Zoltan!  I was feeling discouraged after reading PPK&#039;s rant, but you&#039;ve got an amazing resource here.

I have discovered an issue.  Several of your examples don&#039;t work in Chrome on OSX, (I&#039;m running 5.0.307.11 on OSX 10.6.2).  Specifically, from Example #3 onwards, the drop event never fires.  However, I found that this can be fixed by making sure that effectAllowed and dropEffect are properly set.

Also, the visual fix for IE &amp; Chrome doesn&#039;t seem to be working for me, but I haven&#039;t dived into why yet.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Zoltan!  I was feeling discouraged after reading PPK&#8217;s rant, but you&#8217;ve got an amazing resource here.</p>
<p>I have discovered an issue.  Several of your examples don&#8217;t work in Chrome on OSX, (I&#8217;m running 5.0.307.11 on OSX 10.6.2).  Specifically, from Example #3 onwards, the drop event never fires.  However, I found that this can be fixed by making sure that effectAllowed and dropEffect are properly set.</p>
<p>Also, the visual fix for IE &amp; Chrome doesn&#8217;t seem to be working for me, but I haven&#8217;t dived into why yet.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
