Parts of a Visio 2003 Drawing May Be Missing When You Open the Drawing by Using the Opera Web Browser (828961)
The information in this article applies to:
- Microsoft Office Visio Professional 2003
- Microsoft Office Visio Standard 2003
SYMPTOMSWhen you use the Opera Web browser to open a Microsoft
Office Visio 2003 drawing that has been saved as a Web page, parts of the
drawing may be missing. CAUSEThis behavior occurs because the Opera Web browser is
recognized as being compatible with Microsoft Internet Explorer 5.0, and not
the later versions of Internet Explorer. RESOLUTIONTo resolve this problem so that the Opera Web browser is
treated like a browser that has the same functionality as later versions of
Internet Explorer, edit the Frameset.js file and replace the following text: MSIE = true;
with the following text: if(navigator.userAgent.indexOf("Opera") == -1)
{
MSIE = true;
}
This text is found in the block that starts with "if(indexOfMSIE !=
-1)" at the top of the Frameset.js file.
Modification Type: | Minor | Last Reviewed: | 1/12/2006 |
---|
Keywords: | kbprb KB828961 kbAudDeveloper kbAudITPRO |
---|
|