Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2.BETA
-
Fix Version/s: 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:jsf2 ace
Description
The CoreRenderer class is inherited by many of the components (makes sense if you put things like Ajax support in there and all components that support ace:ajax inherit). but the locale support is not used by all components and was Static, so moved it to the ComponentUtils class-> used by
ColorEntry, DataTable, TableConfigPanel, as well as clientValidation.
ColorEntry, DataTable, TableConfigPanel, as well as clientValidation.
Verified IF4 trunk r 50376 > showcase > dateSpinner in MsEdge38, Chrome55, FF49, IE11.
Ran showcase > clientValidate*, dataTable, tableConfigPanel automated tests in Firefox49.