However, this only works after the page has entirely loaded, I'm told because the Gecko engine can only signal the browser shell when the entire page has loaded, instead of sending a message when the form components are done. How feasible would it be to add such a "form-load-done" feature into Gecko? Since Gecko will render (partially) the entire page before graphics are completely loaded, this should decrease the user-interaction time with login windows and such considerably, if graphics are on the page (as they invariably are).
In theory it should work with using mutation events to do this (DOMNodeInsertedIntoDocument). In reality mutation events are not fully working in Gecko.
http://bugzilla.mozilla.org/show_bug.cgi?id=74219
erik _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
