<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - problem with overflow :scroll  while dragging images]]></title>
		<link>http://railsforum.com/viewtopic.php?id=33425</link>
		<description><![CDATA[The most recent posts in problem with overflow :scroll  while dragging images.]]></description>
		<lastBuildDate>Sun, 30 Aug 2009 14:52:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: problem with overflow :scroll  while dragging images]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=107657#p107657</link>
			<description><![CDATA[<p>If you&#039;re using jQuery, you can do:</p><div class="codebox"><pre><code>$(&quot;#element_id&quot;).draggable({ helper: &#039;clone&#039;, appendTo: &#039;body&#039;, zIndex: 2700 });</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (two2twelve)]]></author>
			<pubDate>Sun, 30 Aug 2009 14:52:54 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=107657#p107657</guid>
		</item>
		<item>
			<title><![CDATA[Re: problem with overflow :scroll  while dragging images]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=107648#p107648</link>
			<description><![CDATA[<p>on your draggable element, you can do something like:<br /></p><div class="codebox"><pre><code>  new Draggable(element_id, 
      { 
        revert: true,
        onDrag: function() {
                                   $(&#039;my_div&#039;).setStyle({overflow: &#039;none&#039;});
        },
        onEnd: function() { 
                                   $(&#039;my_div&#039;).setStyle({overflow: &#039;scroll&#039;});
        }
        })</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (patrick99e99)]]></author>
			<pubDate>Sun, 30 Aug 2009 05:38:59 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=107648#p107648</guid>
		</item>
		<item>
			<title><![CDATA[problem with overflow :scroll  while dragging images]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=105605#p105605</link>
			<description><![CDATA[<p>Hi,<br /> i have 2 div&#039;s .both Div&#039;s have the property overflow :scroll. left div contanis images. while dragging and drop images into right div ,images are disspearing . without overflow:scroll&nbsp; it&#039;s workign fine. how to disable overflow :scroll while dragging image. i used ajaxdraggable_element() and drop_receiving_element().<br />please suggest solution</p>]]></description>
			<author><![CDATA[dummy@example.com (lucky)]]></author>
			<pubDate>Tue, 04 Aug 2009 13:30:01 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=105605#p105605</guid>
		</item>
	</channel>
</rss>
