Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4 trunk r48859
Tomcat 8, all browsers
-
Assignee Priority:P2
Description
JS console errors are seen when toggling the disabled and readonly attributes to true in the comboBox dynamic attribute test application.
TypeError: this.hidden is undefined
http://localhost:8080/comboBox/javax.faces.resource/combobox/combobox.c.js.jsf?ln=icefaces.ace&v=4_2_0_160526
Line 37
To reproduce:
1.) Use the /comboBoxDynAttribute.jsf application located at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/comboBox
2.) Select the rendered checkbox.
3.) Select either the disabled or readOnly checkboxes. Console error will be shown.
TypeError: this.hidden is undefined
http://localhost:8080/comboBox/javax.faces.resource/combobox/combobox.c.js.jsf?ln=icefaces.ace&v=4_2_0_160526
Line 37
To reproduce:
1.) Use the /comboBoxDynAttribute.jsf application located at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/comboBox
2.) Select the rendered checkbox.
3.) Select either the disabled or readOnly checkboxes. Console error will be shown.
Verified ICEfaces 4 trunk r49534, Tomcat 8, MS edge, IE 11, 10, 9, 8, FF 47, Chrome 53.