views:

8

answers:

0

I have an old application I'm trying to track down a bug in. The problem is that after the ActiveX object loads, the title bar of IE6 corrupts. It goes from displaying what the title was in the html to showing random text, usually a bunch of boxes and ?'s. The ActiveX control is making no attempts to set the window title, and under IE7 and IE8 the problem does not occur.

It really appears to be a bug in IE6 they fixed with IE7, but I'm trying to see if there's some way I can avoid triggering it in IE6.