Wednesday, 13 September 2006

I love IE7 already

Mercury Interactive's piece-of-shit, ActiveX control masquerading as a "defect tracker," Test Director, does not load (is not supported, shits itself, however you want to say it) in IE7. I can't wait for Micros~1 to push IE7 in an update and blow up our QA management enviroment. 

Maybe we'll switch to a real defect tracker, like JIRA or Trac or, hell, bugzilla. Anything other that what MI has to offer. 

 

Posted by caffeinated at 10:31 AM in Bohemian Breakfast

 

[Trackback URL for this entry]

Comment: Matthew at Mon, 9 Oct 5:19 AM

Yeah, we've got the same problem at our place.

I've just discovered some good news though. The new Firefox 2.0 version does work with TestDirector.

It even fixed an annoying bug you got with IE6 and multiple monitors - drop down menu's appeared on the wrong screen.

Hope this helps.

Comment: Jack van Vliet at Mon, 23 Oct 8:18 AM

Run this in the address bar, when TestDirector shows the message it cannot load:

javascript:void(eval("document.writeln('<BODY bgcolor=\"#FFFFFF\" link=\"#0000FF\" vlink=\"#800080\" topmargin=\"0\" leftmargin=\"0\">');write_ie_object();"))

Comment: Ilya at Fri, 3 Nov 8:27 AM

Hey,
The workaround is easy, just go to TDBIN and modify check line for IE version in start_a.htm as following:

var fMSIE3456 = (ua.lastIndexOf('MSIE 3.0') != -1) || (ua.lastIndexOf('MSIE 4.0') != -1) || (ua.lastIndexOf('MSIE 5.0') != -1) || (ua.lastIndexOf('MSIE 5.5') != -1) || (ua.lastIndexOf('MSIE 6.0') != -1) || (ua.lastIndexOf('MSIE 7.0') != -1);

now IE7 will work!

Your comment:

(not displayed)
 
 
 

Live Comment Preview: