[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 DOCTYPE to the HTML
 http://dev.rubyonrails.org/ticket/11473
 The patch is dated 6months old, so I'm not sure if it also applies to
 the recent protoype 1.6.0.3.
 please advise
 /mona
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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:
http://prototype.lighthouseapp.com/projects/8886/tickets/90-cloneposition-problem-in-ie7

Aren't there unit tests for this now?
 -- Rod

On Oct 7, 8:37 pm, mona remlawi [EMAIL PROTECTED] wrote:
 I got a the same error described in the following ticket when I added
 a DOCTYPE to the HTMLhttp://dev.rubyonrails.org/ticket/11473
 The patch is dated 6months old, so I'm not sure if it also applies to
 the recent protoype 1.6.0.3.
 please advise
 /mona
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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 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:
 http://prototype.lighthouseapp.com/projects/8886/tickets/90-cloneposition-problem-in-ie7

 Aren't there unit tests for this now?
  -- Rod

 On Oct 7, 8:37 pm, mona remlawi [EMAIL PROTECTED] wrote:
  I got a the same error described in the following ticket when I added
  a DOCTYPE to the HTMLhttp://dev.rubyonrails.org/ticket/11473
  The patch is dated 6months old, so I'm not sure if it also applies to
  the recent protoype 1.6.0.3.
  please advise
  /mona
 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---