Closed
Bug 101908
Opened 24 years ago
Closed 23 years ago
krone.at - Menu by Javascript does not work
Categories
(Tech Evangelism Graveyard :: German, defect, P3)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: h.leininger, Assigned: tristan)
References
()
Details
(Whiteboard: [LAYER][PROPRIETARY-DOM][havefix])
Attachments
(1 file)
|
1.16 KB,
application/x-javascript
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4+)
Gecko/20010926
BuildID: 1001092603
Instead of opening a page, there is a Javascript "Error: uncaught exception:
Permission denied to get property Window.scriptglobals"
Reproducible: Always
Steps to Reproduce:
1. http://krone.at
2. click on one of the links on the left-hand menu (e.g. lifestyle, freezone etc.)
3.
Actual Results: Nothing, except an error message if the Javascript Console is
turned on
Comment 1•24 years ago
|
||
var ns= (document.layers) ? 1:0
var ie = (document.all) ? 1:0
....<snip>........
if (ns) {document.layers[layr].document.images[pic].src=butr;}
if (ie) {document.images[pic].src=butr;}
We don't do document.layers or document.all - they are old and evil and
unsupported. ->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 → caillon
Hardware: PC → All
Summary: Menu by Javascript does not work → krone.at - Menu by Javascript does not work
Whiteboard: [LAYER][PROPRIETARY-DOM]
Version: other → unspecified
| Assignee | ||
Comment 2•24 years ago
|
||
Contact : webmaster@krone.at and also error@krone.at
Confirming on N62/Win2K. Setting P3. Accepting bug.
Status: NEW → ASSIGNED
Comment 4•23 years ago
|
||
have a fix, attaching the js code.
Whiteboard: [LAYER][PROPRIETARY-DOM] → [LAYER][PROPRIETARY-DOM][havefix]
Comment 5•23 years ago
|
||
this javascript contains the functions/variables that need to be changed in
http://www2.krone.at/homepage/742.html .
Comment 6•23 years ago
|
||
Maybe they've upgraded their javascript. Now WFM on Mozilla/5.0 (Windows; U;
Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910.
Suggested action: Resolved.
Comment 7•23 years ago
|
||
wfm.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•