[Prototype-core] Re: Element#getOffsetParent and Element#viewportOffset IE error

2008-10-08 Thread Ignacio Coloma
For the record, I can confirm that this issue breaks the script.aculo.usAutocompleter with ie 6. The lighthouse patch fixes it, at least in my case. On Tue, Oct 7, 2008 at 11:37 AM, mona remlawi [EMAIL PROTECTED]wrote: I got a the same error described in the following ticket when I added a

[Prototype-core] Re: Element#getOffsetParent and Element#viewportOffset IE error

2008-10-07 Thread Rod
The fix is relatively straight-forward and is marked as being resolved for 1.6.0.3 but the problem persists in the latest code and there is no evidence of anything having been done. See a lighthouse version of the same issue which is closed:

[Prototype-core] Re: Element#getOffsetParent and Element#viewportOffset IE error

2008-10-07 Thread Mona Remlawi
$(document.body).insert( new Element('div', {id:'ie_offset_parent_bug'}).setStyle('position:relative')); this.assertEqual('BODY', $('ie_offset_parent_bug').getOffsetParent().tagName.toUpperCase()); fails! returns 'HTML' On Tue, Oct 7, 2008 at 12:36 PM, Rod [EMAIL PROTECTED] wrote: The fix is