Bugs item #502021, was opened at 2002-01-10 12:31
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=502021&group_id=5757
Category: DynAPI 2 Widgets
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan Reisinger (stops2000)
Assigned to: Nobody/Anonymous (nobody)
Summary: loadpanel does not load complete page
Initial Comment:
Hello,
i am experimenting problems with loadpanel of DynAPI.
When I use setURL to load LARGE HTML/TEXT-Files (30kb
or more) into a LoadPanel, the document only
partially load on Internet Explorer 5/6. It is not a
problem with loading images, its the page, that
doesn't load completely. Function does only load the
first 5-10kb. I've tested it with loadpanel,
loadlayer, loadlayerscroll: all the same! On Netscape
(all versions) no problem.
Need help, please!!!
P.S.: Sorry for my bad german school english:-((
----------------------------------------------------------------------
Comment By: Gregory Wrey (gwrey)
Date: 2002-01-29 11:15
Message:
Logged In: YES
user_id=102864
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=105757&aid=502021&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/