Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:jsf2 ace
Description
the plugin for colorEntry requires a swatches entry (swatchesName) that is all lower case. Modify renderer to ensure this always gets done.
Also added utility in model class for SwatchEntry to access RGB and RGBPERCENT entries.
Also added utility in model class for SwatchEntry to access RGB and RGBPERCENT entries.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51538 | Tue May 16 16:57:56 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
DEL
/icefaces4/trunk/icefaces/samples/ace/emporium/src/main/webapp/resources/components/colorPicker.xhtml
MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/src/main/java/org/icefaces/demo/emporium/settings/SettingsBean.java MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/src/main/webapp/WEB-INF/includes/settings-tab.xhtml DEL /icefaces4/trunk/icefaces/samples/ace/emporium/src/main/java/org/icefaces/demo/emporium/util/ColorRGBA.java MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/src/main/java/org/icefaces/demo/emporium/util/ListData.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51537 | Tue May 16 16:15:38 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/model/colorEntry/SwatchEntry.java |