Closed
Bug 145242
Opened 23 years ago
Closed 13 years ago
lib.ntua.gr - [LAYER] library search does not support Mozilla
Categories
(Tech Evangelism Graveyard :: Greek, defect, P3)
Tech Evangelism Graveyard
Greek
Tracking
(Not tracked)
RESOLVED
FIXED
Sep
People
(Reporter: pstath, Unassigned)
References
()
Details
(Whiteboard: [PROPRIETARY-JS][eurocontest][havefix][havecontact])
Attachments
(1 file)
12.71 KB,
application/x-javascript
|
Details |
Javascipt DOM error, the page might be unable to reach at some times, try later
if down.
Comment 1•23 years ago
|
||
Confirming with Mozilla trunk binary 2002051408 on WinNT, Linux.
OS: Win ---> All.
Site puts up an error for any browser that does not support
|document.all| (IE-only) or |document.layers| (NN4 only):
From http://147.102.210.2:4505/ALEPH0/SESSION102515-00176/file/start-2
//*************************************************************************
// Dynamic Menu Class Definition
//*************************************************************************
// Dynamic Menu Constructor
function DMenu()
{
this.aMenu = new Array;
if(document.layers)
{
DMenu.visible = 'show';
DMenu.hidden = 'hide';
}
else if (document.all)
{
DMenu.visible = 'visible';
DMenu.hidden = 'hidden';
}
else
{
alert("DMenu: Unknown DOM.");
}
}
Reassigning to Tech Evangelism -
Assignee: rogerl → nitot
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Europe: West
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: pschwartau → brantgurganus2001
Summary: Javascipt DOM error → [LAYER] Site does not support Mozilla
Version: other → unspecified
Updated•23 years ago
|
Severity: normal → major
Summary: [LAYER] Site does not support Mozilla → 147.102.210.2:4505 - [LAYER] Site does not support Mozilla
Whiteboard: [PROPRIETARY-JS][eurocontest]
Updated•23 years ago
|
Severity: major → critical
Priority: -- → P2
Updated•23 years ago
|
Target Milestone: --- → Sep
Comment 4•23 years ago
|
||
mmm I started working on a fix, maybe I should have told you to wait a little :)
never mind, I'll upload it here anyway.
Comment 5•23 years ago
|
||
aaah cant access the site now :(
uploading my work anyway.
Whiteboard: [PROPRIETARY-JS][eurocontest] → [PROPRIETARY-JS][eurocontest][havefix]
Comment 6•23 years ago
|
||
this should replace the first (big) script in the left frame.
Comment 7•23 years ago
|
||
Contact : exlibris@exlibris.co.il
Whiteboard: [PROPRIETARY-JS][eurocontest][havefix] → [PROPRIETARY-JS][eurocontest][havefix][havecontact]
Comment 8•23 years ago
|
||
I sent another letter.
Comment 9•23 years ago
|
||
Since you have a fix, I am assigning this over to you.
Assignee: brantgurganus2001 → bugzillamat
Status: ASSIGNED → NEW
Comment 10•22 years ago
|
||
http://147.102.210.2:4505/ALEPH appears to be down -- connection refused.
147.102.210.2 = dione.lib.ntua.gr
http://www.lib.ntua.gr/eale.htm has a link to that site.
Note that bug 158389 uses the same ALEPH library catalog system. Creating an
Authors bug to cover all similar bugs.
Severity: critical → major
Priority: P2 → P3
Hardware: PC → All
Summary: 147.102.210.2:4505 - [LAYER] Site does not support Mozilla → lib.ntua.gr - [LAYER] library search does not support Mozilla
Comment 12•19 years ago
|
||
http://dione.lib.ntua.gr:4505/ALEPH isnt working for me at all, no matter what
browser I use. Everything else seems to work fine now. Anyone can confirm?
Assignee: mat → other
QA Contact: gurganbl → other
Comment 13•14 years ago
|
||
The library directory moved to:
http://aleph.lib.ntua.gr:8992/F?RN=57518631
which seems to work OK. It'd be better if a native Greek speaker verified this, though.
Switching bug component to Greek
Assignee: other → greek
Component: Other → Greek
QA Contact: other → greek
Comment 14•14 years ago
|
||
(In reply to comment #13)
> The library directory moved to:
> http://aleph.lib.ntua.gr:8992/F?RN=57518631
> which seems to work OK. It'd be better if a native Greek speaker verified
> this, though.
>
> Switching bug component to Greek
I am Greek speaker and also student at NTUA, so I confirmed that everything (appearance of the page and login) works OK at http://aleph.lib.ntua.gr:8992.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•10 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
•