Closed
Bug 197406
Opened 23 years ago
Closed 14 years ago
szif.hu - I get lot of DOM errors
Categories
(Tech Evangelism Graveyard :: Hungarian, defect)
Tech Evangelism Graveyard
Hungarian
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gloom, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
When I want to use the Szechenyi University's library search system at
http://rs5.szif.hu:4505/ALEPH , I get lot of DOM errors, and the menu isn't
appear on the left side.
Reproducible: Always
Steps to Reproduce:
1. Just try to open that page.
Comment 1•23 years ago
|
||
That's a error in the page.
Tey only support only the non-standard Layers(Netscape4.7x) and document.all (IE)
if(document.layers)
...
else if (document.all)
...
else
{
alert("DMenu: Unknown DOM.");
}
-> TE (no Mozilla bug)
Assignee: jst → nikolai
Status: UNCONFIRMED → NEW
Component: DOM Core → Europe: East
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: desale → momoi
Version: Trunk → unspecified
Comment 3•23 years ago
|
||
This should be Central Europe, not East Europe.
Updated•23 years ago
|
Summary: I get lot of DOM errors → szif.hu - I get lot of DOM errors
Comment 4•22 years ago
|
||
-> other
Assignee: nobody → other
Component: Europe: East → Other
QA Contact: momoi → other
Comment 5•22 years ago
|
||
The ALEPH system seems to be popular in many libraries website. See bugs 125999
and 124185.
OS: Windows 2000 → All
Hardware: PC → All
Comment 6•14 years ago
|
||
rs5.szif.hu does not exist anymore.
Assignee: other → hungarian
Status: NEW → RESOLVED
Closed: 14 years ago
Component: Other → Hungarian
QA Contact: other → hungarian
Resolution: --- → WONTFIX
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
•