Closed
Bug 283443
Opened 20 years ago
Closed 20 years ago
checkbox state could not be gotten by getAttribute('checked')
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: evg-mor, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I'm checking the state of input checkbox in DHTML by getAttribute('checked') and
do not have a correct result of this attribute current state. But this attribute
is describe in W3C DOM documentation!
Reproducible: Always
Expected Results:
geAttribute('checked') returns the current checkbox state
Comment 1•20 years ago
|
||
Please attach a testcase
Assignee: firefox → general
Component: General → DOM: Level 0
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.7 Branch
Comment 2•20 years ago
|
||
This is invalid. For an explanation see bug 283164, comment 1.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Summary: checkbox state could not be get by geAttribute('checked') → checkbox state could not be gotten by getAttribute('checked')
You need to log in
before you can comment on or make changes to this bug.
Description
•