[Moo] Re: [Drag.Move] offsetParent null with IE

2010-09-16 Thread Rolf -nl
are you on fire or what? On Sep 16, 10:04 pm, Aaron Newton wrote: > and the fix: > > http://github.com/mootools/mootools-more/pull/48 > > > > On Thu, Sep 16, 2010 at 11:17 AM, Andrea Dessì wrote: > > Here's the ticket :) > > >https://mootools.lighthouseapp.com/projects/24057-mootoolsmore/ticket.

Re: [Moo] Re: [Drag.Move] offsetParent null with IE

2010-09-16 Thread Aaron Newton
and the fix: http://github.com/mootools/mootools-more/pull/48 On Thu, Sep 16, 2010 at 11:17 AM, Andrea Dessì wrote: > Here's the ticket :) > > https://mootools.lighthouseapp.com/projects/24057-mootoolsmore/tickets/374 > > Nice to help the project! > > Andrea >

Re: [Moo] Re: [Drag.Move] offsetParent null with IE

2010-09-16 Thread Andrea Dessì
Here's the ticket :) https://mootools.lighthouseapp.com/projects/24057-mootoolsmore/tickets/374 Nice to help the project! Andrea

Re: [Moo] Re: [Drag.Move] offsetParent null with IE

2010-09-16 Thread Andrea Dessì
Aaron I'm opening a ticket... Andrea On Thu, Sep 16, 2010 at 19:12, Aaron Newton wrote: > Good catch. Care to file a ticket for it in the MooTools More Lighthouse? > > https://mootools.lighthouseapp.com/projects/24057-mootoolsmore > > (we can file it for you, but then you won't know the status

Re: [Moo] Re: [Drag.Move] offsetParent null with IE

2010-09-16 Thread Aaron Newton
Good catch. Care to file a ticket for it in the MooTools More Lighthouse? https://mootools.lighthouseapp.com/projects/24057-mootoolsmore (we can file it for you, but then you won't know the status of it). On Thu, Sep 16, 2010 at 7:48 AM, Andrea Dessì wrote: > So still reading docs... and the f

[Moo] Re: [Drag.Move] offsetParent null with IE

2010-09-16 Thread Andrea Dessì
So still reading docs... and the facts is in the Drag.Move var offsetParent = this.element.getOffsetParent() but: Element Method: getOffsetParent Returns the parent of the element that is positioned, if there is one. so could happen that variable in the Drag.Move is null also its properties.