Closed
Bug 224554
Opened 21 years ago
Closed 21 years ago
changing css display attribute using javascript does not work.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ppeter, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
When the user clicks on the radio button labelled "PC-Duo Enterprise" a list of
checkboxes should appear underneath. These checkboxes are enclosed in a div with
an id of "sublist". A CSS style sets this div to "display: none", and then
Javascript sets it to "display: block" when a user clicks on the PC-Duo
Enteprise radio button, but the sublist div does not appear in Mozilla Firebird.
It works fine in IE6.
Reproducible: Always
Steps to Reproduce:
1. Click on PC-Duo Enterprise radio button
2.
3.
Actual Results:
nothing
Expected Results:
displayed "sublist" div element
Comment 1•21 years ago
|
||
Error: document.ids has no properties
Source File: http://www.vector-networks.com/test/eval_basics/step1.htm
Line: 93
There is no such thing as document.ids, so Mozilla of course ignores it.
You probably want document.getElementByID
->Invalid
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•