|
Author: doogie
Revision: 997439
Modified property: svn:log
Modified: svn:log at Wed Sep 15 22:59:19 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Sep 15 22:59:19 2010
@@ -1,6 +1,11 @@
Applied fix from trunk for revision: 997420
===
-Fix incorrect use of window->load event, instead doing
-document->dom:loaded. In internet explorer, the window->load event can
-happen before the document is actually parsed and converted to DOM nodes.
+Some places in ofbiz were doing dom manipulation without waiting for the
+dom to be finished loading. Wrap such code with a dom:loaded observer.
+
+Also, change all window->load calls to dom:loaded observers. The former
+happens after all images have finished loading, while the later happens
+just after the dom has finished parsing. This is better, as sometimes
+the images may take a long time to finish downloading, and until they do,
+none of the manipulation will take place.
|