[Prototype-core] Re: Latest Git - IE6 cumumlativeOffset issue

2008-06-12 Thread John-David Dalton
Hello Ryan, Thanks for the example. I used this favlet to run the site using the git version of Prototype and I do see the issue under IE. javascript:var s=document.createElement('script');s.setAttribute('src', 'http:// www.protolific.net/prototype-git.js');document.body.appendChild(s);void(s);

[Prototype-core] Re: Latest Git - IE6 cumumlativeOffset issue

2008-06-06 Thread John-David Dalton
Can you provide a test snippet? You can compare the differences between the two versions here: http://www.protolific.net/step-by-step/24.png As you can see in the comparison the new version does not allow document.documentElement to be returned as the offsetParent and the old one did. I suspect