• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: bug fix in dragdrop.js latest iteration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: New AjaxFramework and AjaxSortableList bug
  • Next by Date: Re: New AjaxFramework and AjaxSortableList bug
  • Previous by thread: Re: Localization & EO Setters
  • Next by thread: WOJenkins Changes Causes Jobs to FAIL
  • Index(es):
    • Date
    • Thread