I'm using tibco GI 3.8.1.
My application works fine in IE but there is problem in Firefox. I found a solution by setting the DOCTYPE at the top of a html page as following.
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">" .
To my suprise, this causes problem while painting components in IE. The error comes from JSX30.js
at line:
// 5. Paint
...
objApp._server.paint(componentJob.getXML());
...
Is there an easy way to fix this bug?
Thanks ahead,
giUser1


