In our applications, we display a webpage in a TWebBrowser component.
After installing IE8, some of our application started to stop responding on closedown. We have found the following to be true:
- It only freezes if the webpage have been shown
- Which application that freeze, depends on what url is shown. If we switch url between two applications, the working application freeze, and the other close down normaly.
Have anybody experienced something similar?
One url that freeze the application: http://www.finale.no/arsoppgjor
One url that does not freeze the application: http://www.finale.no/avstemming_meldinger
** UPDATE **
We have now found a pattern, a pattern thats kind of strange, but it's no less a pattern... When the page that we display contains images, and the images is scaled, our application freezes. For now, we will just remove or rescale images.