<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scott Blaine &#187; jquery</title>
	<atom:link href="http://scottblaine.com/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://scottblaine.com</link>
	<description>Omaha web developer</description>
	<lastBuildDate>Wed, 12 Oct 2011 01:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unable to drag images with jQuery on IE? I found a fix.</title>
		<link>http://scottblaine.com/unable-to-drag-images-with-jquery-on-ie-i-found-a-fix</link>
		<comments>http://scottblaine.com/unable-to-drag-images-with-jquery-on-ie-i-found-a-fix#comments</comments>
		<pubDate>Sat, 02 Apr 2011 00:37:36 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[draggable]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://scottblaine.com/?p=468</guid>
		<description><![CDATA[I&#8217;ve been working on an app where you drag div&#8217;s from one location to another (using jQuery for draggable/droppable). Inside of said div is some text and an image. I was running into a big problem with IE (Internet Explorer): when clicking on the image to try and drag the div it would not work. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on an app where you drag div&#8217;s from one location to another (using jQuery for draggable/droppable). Inside of said div is some text and an image. I was running into a big problem with IE (Internet Explorer): when clicking on the image to try and drag the div it would not work. It might as well have not been draggable at all. And dragging using the text in the div caused IE to start trying to select text (but at least it would drag). Not optimal behavior.</p>
<p>It took me a long time to find an answer on Google, but here it is:</p>
<p><strong>Don&#8217;t use the &#8220;distance&#8221; and &#8220;delay&#8221; options for draggables; they are currently incompatible with IE.</strong> As soon as I removed them the draggable functionality worked perfectly. I&#8217;m hopeful that the jQuery team will fix this in future versions, but for now, just don&#8217;t use those options.</p>
<p>This was with jQuery 1.5.1, jQuery UI 1.8.11 and IE8. Hopefully I&#8217;ve loaded this post with enough search terms that others will find it quickly before beating their heads against the wall :)</p>
]]></content:encoded>
			<wfw:commentRss>http://scottblaine.com/unable-to-drag-images-with-jquery-on-ie-i-found-a-fix/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

