Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P05
-
Fix Version/s: 4.3, EE-3.3.0.GA_P06
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace JSF validator
-
Support Case References:Support Case 14350:- https://icesoft.my.salesforce.com/5000g00001uiuu5
Description
see attached test case. Tested with clients P04 patch as well as P05 release. This may also affect ICEfaces 4.2.
the ace:textEntry does show the invalid css class when invalid (there are 2 input controls on the form). A validator is attached to both the ace:textEntry and the ace:simpleSelectMenu. The form gets submitted but the correct css is not being applied to the simpleSelectMenu component as it does for the ace:textEntry.
the ace:textEntry does show the invalid css class when invalid (there are 2 input controls on the form). A validator is attached to both the ace:textEntry and the ace:simpleSelectMenu. The form gets submitted but the correct css is not being applied to the simpleSelectMenu component as it does for the ace:textEntry.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | IceFaces-testcase-SimpleSelectOneMenu-validation.zip [ 22913 ] |
Attachment | ICEfacesTestSimpleSelectOneMenuValidator.war [ 22914 ] |
Attachment | SimpleSelectOneMenuValidator.mov [ 22915 ] |
Fix Version/s | EE-3.3.0.GA_P06 [ 13114 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | 4.3 [ 13096 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52492 | Fri Jun 22 14:10:40 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r52491, r52492: added check to see if a custom validator set the component to invalid, in order to exit the validation process and thus avoid performing more validation logic that could set the component back to valid
Committed to 4.3 trunk and EE 3.3 maintenance branch.
The issue was present in ace:selectMenu as well.