Re: bug fix in dragdrop.js latest iteration
Re: bug fix in dragdrop.js latest iteration
- Subject: Re: bug fix in dragdrop.js latest iteration
- From: David LeBer <email@hidden>
- Date: Sat, 18 Feb 2012 15:13:39 -0500
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@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden