Patches item #510297, was opened at 2002-01-29 11:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=510297&group_id=5757

Category: DynAPI 2 Other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Gregory Wrey (gwrey)
Assigned to: Nobody/Anonymous (nobody)
Summary: LoadPanel not loading complete file w/IE

Initial Comment:
In loadpanel.js modify line 186 as follows:

Original line:
   else if (!lpanel.loadElement.document.isLoading 
   && (lpanel.loadElement.document.readyState=='interactive' || 
   lpanel.loadElement.document.readyState=='complete')) {

Fixed line:
   else if (!lpanel.loadElement.document.isLoading && 
   (lpanel.loadElement.document.readyState=='complete')) {

This will remove the check for a readyState of 'interactive' which is true before the 
file has completed 
loading.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=510297&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to