dragdrop.js is from Scriptaculous

http://madrobby.github.com/scriptaculous/

D

--
David LeBer
Codeferous Software

On 2012-02-18, at 2:46 PM, James Cicenia wrote:

>     if(this.options.ghosting) {
>       this._clone = this.element.cloneNode(true);
>       this._originallyAbsolute = (this.element.getStyle('position') == 
> 'absolute');
> ====>      if (!this._originallyAbsolute)
>         Position.absolutize(this.element);
>       this.element.parentNode.insertBefore(this._clone, this.element);
>     }
> 
> Is that if statement necessary? It changes the row style to absolute which 
> messes up the list
> and moves it to the top.
> 
> James
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com
> 
> This email sent to [email protected]


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to