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

Bug Data

ID: #0141
Status: Fixed
Severity: Enhancement
Reporter: Raise Solutions
Submitted: 14-09-09 16:20

Product Data

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

Description

setAttribute not working for xul:radio

The code crashes when we try to set attribute "disabled".

code Snippet
=============
function callme()
{
var o = ample.getElementById("orange");
o.setAttribute("label","guda");

o.setAttribute("disabled","true");
}
<xul:button onclick="callme()">click me</xul:button>
<xul:radiogroup id="grp1">
<xul:radio id="orange"/>
</xul:radiogroup>

Messages written for this bug

No messages has been appended yet.

Add a message
BugTracker