<?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>Phil Leggetter - Real-Time Web Software and Technology Evangelist &#187; JavaScript JQuery UI Bug</title>
	<atom:link href="http://www.leggetter.co.uk/tag/javascript-jquery-ui-bug/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leggetter.co.uk</link>
	<description>Real-Time Web, Real-Time Data and Social Media Software and Technology Evangelist and Consultant</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Drag Drop bug in JQuery UI 1.5.3</title>
		<link>http://www.leggetter.co.uk/2009/01/31/drag-drop-bug-in-jquery-ui-153.html</link>
		<comments>http://www.leggetter.co.uk/2009/01/31/drag-drop-bug-in-jquery-ui-153.html#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:11:04 +0000</pubDate>
		<dc:creator>Phil Leggetter</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript JQuery UI Bug]]></category>

		<guid isPermaLink="false">http://www.leggetter.co.uk/?p=95</guid>
		<description><![CDATA[JQuery UI Update &#8211; 31/01/2009 @ 17:15 <p><a title="Richard D Worth" href="http://rdworth.org/blog/">Richard Worth</a> just got in touch with me via <a href="http://twitter.com/rworth">twitter</a> to let me know that JQuery UI 1.5.3 is only compatible with JQuery 1.2.6.</p> <p>The bug is not in jQuery UI 1.5.3, but just that 1.5.3 is only compatible with 1.2.6. Only 1.6rc5+ [...]
Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2011/03/23/looking-for-a-c-javascript-real-time-web-contractor.html' rel='bookmark' title='Looking for a C# (ASP.NET MVC), jQuery &amp; Real-Time Web Contractor'>Looking for a C# (ASP.NET MVC), jQuery &amp; Real-Time Web Contractor</a></li>
<li><a href='http://www.leggetter.co.uk/2010/10/13/east-coast-trains-drop-free-wifi-time-to-consider-flying.html' rel='bookmark' title='East Coast Trains drop free WIFI. Time to consider flying?'>East Coast Trains drop free WIFI. Time to consider flying?</a></li>
<li><a href='http://www.leggetter.co.uk/2005/06/30/a-career-using-javascript.html' rel='bookmark' title='A Career Using JavaScript'>A Career Using JavaScript</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3><em>JQuery UI Update &#8211; 31/01/2009 @ 17:15</em></h3>
<p><a  title="Richard D Worth" href="http://rdworth.org/blog/">Richard Worth</a> just got in touch with me via <a  href="http://twitter.com/rworth">twitter</a> to let me know that JQuery UI 1.5.3 is only compatible with JQuery 1.2.6.</p>
<p><q cite="http://twitter.com/rworth/status/1164840041">The bug is not in jQuery UI 1.5.3, but just that 1.5.3 is only compatible with 1.2.6. Only 1.6rc5+ is compatible with jQuery 1.3</q></p>
<p>Therefore to use <a  href="http://code.google.com/apis/ajaxlibs/documentation/index.html#jqueryUI">JQuery with JQuery UI from the Google Ajax Libraries</a> hosted service you need to do one of the following:</p>
<h4>Script includes</h4>
<pre name="code" class="html">&lt;script type="text/javascript"
             src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
             src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.jss"&gt;
&lt;/script&gt;</pre>
<h4>Google Library loading</h4>
<pre name="code" class="javascript">google.load("jquery", "1.2.6");
google.load("jqueryui", "1.5.3");</pre>
<p>&#8212;</p>
<p><a  href="http://jquery.com/">JQuery</a> seems to be the most active of the JavaScript libraries at the moment so I decided to use it for a little project. I&#8217;ve also decided to use the <a  href="http://code.google.com/apis/ajaxlibs/">Google AJAX Libraries APIs hosted service</a> to serve up the JavaScript files. At present <a  href="http://code.google.com/apis/ajaxlibs/documentation/index.html#jqueryUI">Google is hosting JQuery UI</a> version 1.5.3. After a bit of investigation I&#8217;ve determined that there is a bug in the Drag  and Drop functionality in this version. It would appear that the &#8220;drop&#8221; function is not fired when you try to drop a draggable element on a droppable zone. I verified this by changing the JQuery UI version to the 1.6 RC that the <a  href="http://ui.jquery.com/demos/droppable/">JQuery UI droppable demo</a> is using at the moment. When I did this the drag and drop functionality worked as expected.</p>
<p><img class="alignnone" style="background-color:#5f5f5f;" title="JQuery UI" src="http://ui.jquery.com/images/logo.gif" alt="" width="235" height="55" /></p>
<p>This may be a know issue but I thought a small post on the matter might save other people a bit of time. I did have a look at raising a bug but there appears to be a bug in the <a  href="http://dev.jqueryui.com/report/10?P=droppable">bug tracking system</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2011/03/23/looking-for-a-c-javascript-real-time-web-contractor.html' rel='bookmark' title='Looking for a C# (ASP.NET MVC), jQuery &amp; Real-Time Web Contractor'>Looking for a C# (ASP.NET MVC), jQuery &amp; Real-Time Web Contractor</a></li>
<li><a href='http://www.leggetter.co.uk/2010/10/13/east-coast-trains-drop-free-wifi-time-to-consider-flying.html' rel='bookmark' title='East Coast Trains drop free WIFI. Time to consider flying?'>East Coast Trains drop free WIFI. Time to consider flying?</a></li>
<li><a href='http://www.leggetter.co.uk/2005/06/30/a-career-using-javascript.html' rel='bookmark' title='A Career Using JavaScript'>A Career Using JavaScript</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leggetter.co.uk/2009/01/31/drag-drop-bug-in-jquery-ui-153.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 23/42 queries in 0.110 seconds using disk: basic

Served from: www.leggetter.co.uk @ 2012-02-07 10:18:47 -->
