Jump to content
Search Community

garumble

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by garumble

  1. I removed the scripts that preceded TweenMax except for jquery and it made no difference.  I was able to dig into it a little further and discovered that it's not the removeChild that's failing, it's an appendChild that precedes it.

     

    I checked the number of children in the element and then stepped over the appendChild.  When I check the number of children after, it hasn't changed.  I changed the call to insertBefore(k, z.firstChild) and it worked.  Someone, somewhere must be overriding appendChild.

     

    By the way, the failing function is only called for IE8.

     

    It's working now, but it's a work around.

    • Like 1
  2. Yes, it's the login page. I'm afraid I can't make a smaller test case since I can't isolate the issue. There is a call to TweenLite.to and somewhere in Tweenlite, it gets invalid argument in removeChild call.

     

    I tried loading Modernizr and it didn't make any difference.  I also tried the latest version of Tweenmax from the CDN and it's even worse.  It gets so many javascript errors that I can't even run it with the debugger open.

     

    If you can point me to an unminified version of the library, I can put it up for testing.

     

    The call to TweenLite.to is in App.js on line 59.

×
×
  • Create New...