<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Iterative Designs - All Comments</title>
  <id>tag:www.iterativedesigns.com,2008:mephisto/comments</id>
  <generator uri="http://mephistoblog.com" version="0.8.0">Mephisto Drax</generator>
  <link href="http://www.iterativedesigns.com/feed/all_comments.xml" rel="self" type="application/atom+xml"/>
  <link href="http://www.iterativedesigns.com/" rel="alternate" type="text/html"/>
  <updated>2008-08-02T01:11:37Z</updated>
  <entry xml:base="http://www.iterativedesigns.com/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:www.iterativedesigns.com,2007-11-09:1:238</id>
    <published>2008-08-02T01:11:37Z</published>
    <updated>2008-08-02T01:11:37Z</updated>
    <category term="Blog"/>
    <link href="http://www.iterativedesigns.com/2007/11/9/dragdropextra-js" rel="alternate" type="text/html"/>
    <title>Comment on 'DragDropExtra.js' by Ryan</title>
<content type="html">Instead I poked dragdropextra.js and just declared the class I wanted attached to my draggables.

Horrible long-term solution -- perfect for now :P When I get the time I'll go back and do it the right way.

Seems that IE7 is missing something for me, I haven't tested much to see if the problem is me or the code but when I start to drag the div it's clone blinks once on the left of the screen (I'm trying to drag from the right) and the show's over.</content>  </entry>
  <entry xml:base="http://www.iterativedesigns.com/">
    <author>
      <name>Alex</name>
    </author>
    <id>tag:www.iterativedesigns.com,2007-11-09:1:236</id>
    <published>2008-08-01T23:44:42Z</published>
    <updated>2008-08-01T23:44:42Z</updated>
    <category term="Blog"/>
    <link href="http://www.iterativedesigns.com/2007/11/9/dragdropextra-js" rel="alternate" type="text/html"/>
    <title>Comment on 'DragDropExtra.js' by Alex</title>
<content type="html">Ryan,

Try giving your divs classes instead of ids for the style. So instead of &quot;#right div.whatever&quot; you should use something like &quot;.right-div&quot;. That's what I'm doing and my styles stay completely intact. HTH</content>  </entry>
  <entry xml:base="http://www.iterativedesigns.com/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:www.iterativedesigns.com,2007-11-09:1:200</id>
    <published>2008-08-01T03:49:06Z</published>
    <updated>2008-08-01T03:49:06Z</updated>
    <category term="Blog"/>
    <link href="http://www.iterativedesigns.com/2007/11/9/dragdropextra-js" rel="alternate" type="text/html"/>
    <title>Comment on 'DragDropExtra.js' by Ryan</title>
<content type="html">Fantastic ...

How do I keep the same styling?  My divs I'm dragging around have styles defined by drilling down #right div.whatever {blah}.

With superghosting they are just a div in the body with no apparent classes so the dragged element loses it's flavah'.

Thanks again!</content>  </entry>
  <entry xml:base="http://www.iterativedesigns.com/">
    <author>
      <name>Scott Willson</name>
    </author>
    <id>tag:www.iterativedesigns.com,2007-11-09:1:70</id>
    <published>2008-07-29T01:53:19Z</published>
    <updated>2008-07-29T01:53:19Z</updated>
    <category term="Blog"/>
    <link href="http://www.iterativedesigns.com/2007/11/9/dragdropextra-js" rel="alternate" type="text/html"/>
    <title>Comment on 'DragDropExtra.js' by Scott Willson</title>
<content type="html">Yeah. Thanks very much. Not sure if line 180 is really a big. Code seems to work better without it.</content>  </entry>
  <entry xml:base="http://www.iterativedesigns.com/">
    <author>
      <name>Alex</name>
    </author>
    <id>tag:www.iterativedesigns.com,2007-11-09:1:21</id>
    <published>2008-07-26T10:54:22Z</published>
    <updated>2008-07-26T10:54:22Z</updated>
    <category term="Blog"/>
    <link href="http://www.iterativedesigns.com/2007/11/9/dragdropextra-js" rel="alternate" type="text/html"/>
    <title>Comment on 'DragDropExtra.js' by Alex</title>
<content type="html">You guys are awesome! I was at the point of banging my head against the wall because of this problem when I finally stumbled on this script. I was trying to piece this same solution myself from various other code samples and my limited knowledge of prototype and scriptaculous, but this does the trick. I did find one bug though:
Line 180 should be &quot;dropped = Droppables.fire(event, this._clone);&quot; instead of &quot;dropped = Droppables.fire(event, this.element);&quot;. Thanks for the great work!</content>  </entry>
</feed>
