[Prototype-core] Re: A question regarding changeset 8548.

2008-01-04 Thread Tobie Langel
Hi, Well, that's where it originally was, so I didn't move it. However, I'm working on ditching document.write in IE in favor of element.doScroll('left') and that changest includes toggling the document.loaded property before fireing the dom:loaded event. I'm just having issues making our tests

[Prototype-core] A question regarding changeset 8548.

2008-01-04 Thread Richard Quadling
Hi. I have a question which those who know it better may be able to answer. Shouldn't the order of firing the dom:loaded event and the setting of document.loaded be swapped? What I'm thinking is if any event handlers on dom:loaded take a while, anything trying to see if document.loaded is true

[Prototype-core] Re: A question regarding changeset 8548.

2008-01-04 Thread Richard Quadling
On 04/01/2008, Richard Quadling <[EMAIL PROTECTED]> wrote: > Hi. > > I have a question which those who know it better may be able to answer. > > Shouldn't the order of firing the dom:loaded event and the setting of > document.loaded be swapped? > > What I'm thinking is if any event handlers on dom

[Prototype-core] Re: A question regarding changeset 8548.

2008-01-04 Thread Mislav Marohnić
On Jan 4, 2008 12:17 PM, Richard Quadling <[EMAIL PROTECTED]> wrote: > > As it stands, the dom isn't loaded until all the observers have > finished executing (I think). > > I may have got some or all of this wrong. I agree with you, Richard. It comes as a surprise to me also. I don't see why the