Weird problem

This is a problem that I have noticed but not had time to really track down to figure out why it’s a problem.

Whenever I use attachURL(…), I have strange behavior in Internet Explorer. The window and correct URL will display, but the browser progress bar is still activated. When I activate that window again (cause attachURL to be called again), the browser progress bar is cleared.

I have only seen this problem in Internet Explorer, not in Firefox, Chrome, or Safari and even then, it’s intermittent.

I’m hoping someone has figured this out already.

We are using the dhtmlx suite version 2.5 professional edition testing on IE 8.0+
I’ll try to create a simple example to demonstrate the problem, but if you have any suggestions, I’d appreciate them!

I tried to create a sample to attach, but the samples were not duplicating the problem.

I did find a solution at this website: koncordpartners.blogspot.com/201 … ading.html

In my site, we have a web site that uses the layout and windows components extensively. Think of it as a desktop environment on a web page. Lots of windows and applications you can run from one web site.

Anyway, the root problem is with Internet Explorer’s handling of several iframes on one page. For whatever reason, it isn’t sure how to tell if the iframes are finished loading, so the progress bar just churns and churns.

The link above offers a suggestion (and for me, a working solution) to this problem. Maybe it can somehow be incorporated into the library (attachURL would be a good place, imho).