meyerovb
11 Aug 2010, 10:49 AM
.93 windows chrome
This one's kinda weird. Throws "SYNTAX_ERR: DOM Exception 12" on line 7011 of ext-touch-debug-w-comments.js. Change the value of the radio to 'a' and it works fine...
Ext.setup({ onReady: function () {
var fieldset = new Ext.form.FieldSet({
fullscreen: true,
});
fieldset.add({ xtype: 'radio', value: '3', label: 'a' });
try { fieldset.doLayout(); }
catch (e) { alert(e); }
}});
This one's kinda weird. Throws "SYNTAX_ERR: DOM Exception 12" on line 7011 of ext-touch-debug-w-comments.js. Change the value of the radio to 'a' and it works fine...
Ext.setup({ onReady: function () {
var fieldset = new Ext.form.FieldSet({
fullscreen: true,
});
fieldset.add({ xtype: 'radio', value: '3', label: 'a' });
try { fieldset.doLayout(); }
catch (e) { alert(e); }
}});