Jump to content
Search Community

garumble

Members
  • Posts

    4
  • Joined

  • Last visited

garumble's Achievements

1

Reputation

  1. garumble

    IE8 Tweenlite

    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.
  2. garumble

    IE8 Tweenlite

    It gets so many Javascript errors now that I can't run with the debug tools open.
  3. garumble

    IE8 Tweenlite

    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.
  4. garumble

    IE8 Tweenlite

    I have an application that I just migrated from .NET webforms to MVC and Tweenlite has started failing in IE8. I now get an invalid parameter error on a removeChild. It works in IE9+ and all other browsers. The site is at https://st-stag.coursecomment.com.
×
×
  • Create New...