Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
JavaScript UI FrameworkBug TrackerBug details

Bug Data

ID: #0140
Status: Fixed
Severity: Critical
Reporter: Raise Solutions
Submitted: 14-09-09 14:23

Product Data

Product: Ample SDK
Component: XUL 1.0
Version: 0.8.x
OS: > Any
Browser: > Any

Description

Radiogroup doesnot display the default selection and two radiogroup behaves as one

If we set attribute selected="true" for a radio element , it does not display it on the screen.

also if we define more than one radiogroup, then they behave as one.

selecting one radio element in one radiogroup deselects other elements in another radiogroup as well.

code snippet
=================
<xul:radiogroup id="grp1">
<xul:radio id="orange" label="Red"/>
<xul:radio id="violet" label="Green" selected="true"/>
<xul:radio id="yellow" label="Blue"/>
</xul:radiogroup>

<xul:radiogroup id="grp2">
<xul:radio id="a" label="Punno"/>
<xul:radio id="b" label="Guda" selected="true"/>
<xul:radio id="c" label="Moto"/>
</xul:radiogroup>

Messages written for this bug

No messages has been appended yet.

Add a message
BugTracker