Closed
Bug 98212
Opened 25 years ago
Closed 24 years ago
Topaz uses proprietary DOM extension- document.all
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: davebmail, Assigned: bc)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.3+) Gecko/20010829
BuildID: 2001082909
The product "Topaz" by Mercury Interactive uses proprietary DOM extensions such
as document.all.
The following is the first few lines from it's "newframes_main.asp" page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Topaz</title>
<script language="javascript" src="linkedlist.js"></script>
<script language="javascript" src="childwindows.js"></script>
<script language="JavaScript" type="text/javascript">
var ns4 = (document.layers)? true:false;
var ie4 = (document.all)? true:false;
//
Reproducible: Always
Steps to Reproduce:
1. I can't give anyone access to where we have this installed. But I'm willing
to test if you can get Mercury to make the change.
2.
3.
Actual Results: Main page doesn't display
Expected Results: Rendered like Netscape 4.78 or IE 6.0
| Assignee | ||
Comment 2•24 years ago
|
||
can do anything without a url -> invalid
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•