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.
Modified hidden input text element lookup to actually find the element. Previously a jQuery selector was used for finding an input[type=hidden] element which is not rendered anymore by ComboBoxRenderer.