Hey Chuckles, 2008/12/30 Chuckles McGregor <[email protected]>: >>Hey Chuckles, > > good day, > back at it this quiet week.... >
> I can get the wt-homepage example to best replicate the error if I > clear out the cache and cookies, disable the ie developer toolbar (I > downloaded to try it) then > restart IE and invoke the application here is the log file: I could finally reproduce this problem. Quite amazing that you can only reproduce it by disabling the IE developer toolbar :-) And, it seems to be a bug in IE related to what connection (of the two it opens to the server) IE is using to retrieve the CSS files. I have checked in a workaround that works for me, from localhost. The online example probably always works because the longer download required for the main content makes IE always use the same (by accident? good) connection. I would like to hear how other circumstances affect the current workaround. It works by delaying the loading of the CSS with 15ms after rendering the main content, for IE. I have also fixed the IE conditional comments for stylesheets. Regards, koen ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
