Closed
Bug 216889
Opened 22 years ago
Closed 16 years ago
Selecting a whell opens a window but in that window one cannot select something
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: haefele, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030716 Debian/1.4-2.he-1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030716 Debian/1.4-2.he-1
The window which opens should select a car and a desired wheel size. But nothing
happens. I'm using the java plugin 1.4.2-b28
Reproducible: Always
Steps to Reproduce:
1. Enable Java & JavaScript for the Browser
2. Visit the link above
3. Click on any picture of a wheel, wait until the window pops up
4. Try to select a car -> Nothing happens
5. Try to select a wheel size -> Works
But one cannot see anything!
Actual Results:
One can't see a car with tyres
Expected Results:
Made visible the car with tyres
Comment 1•22 years ago
|
||
Error: Layer is not defined
Source File: http://www.ronal.de/navbar.js
Line: 281
They use document.layers on this page which is NS4.7x only.
They could use DOM which is a) standard and b) supported by IE, NS4.7x, Opera,
Mozilla
Assignee: rogerl → german
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → German
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → german
Version: Trunk → unspecified
Comment 2•16 years ago
|
||
seems to be working
Status: NEW → RESOLVED
Closed: 16 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
•