Hi there. We register some calls for the dom:loaded-event in the HTML-BODY. Depending on the runtime environment (hardware/Windows version) sometimes the page produces in both IE-Versions JS-errors, because some or all registered functions were never called and so some references are missing for later actions. The more the JS-Script-node for the event registration is pushed upward in the html-source, the less probable this error occurs until it disappears completely for our test environment. Our guess is, the dom:loaded event is fired before the event registration-JS-code has finished.
Of course a workaround is to put this kind of event registration in the HEAD-section, but I did not find a direct statement in the documentation mentioning this as a requirement. Does anybody know about this effect/problem? Thanx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
