Open
Bug 454410
Opened 17 years ago
Updated 3 years ago
radiogroup witouth child in html document: triggers exception
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
NEW
People
(Reporter: arno, Unassigned)
References
Details
Attachments
(1 file)
472 bytes,
application/xml
|
Details |
Hi,
radiogroup without child relies on document method getElementsByAttribute (in _getRadioChildren).
But that method is only defined for xul document. Therefore, a radiogroup without child included in a html document will fail on several methods (constructor, getIndexOfItem, getItemAtIndex, focus handler, itemCount).
Reporter | ||
Comment 1•17 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•