Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.2.BETA, 4.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Any
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      A color picker component could be useful. Could be rendered "flat" or in a popup, similar to ace:dateTimeEntry via the renderAsPopup attribute. Would allow a color to be selected and the hex and rgba values would be given.
      1. 1.PNG
        17 kB
      2. 2.PNG
        21 kB
      3. 3.PNG
        69 kB
      4. 4.PNG
        80 kB
      5. capture1.PNG
        50 kB
      6. example-color-picker.png
        17 kB
      7. maxSelectionSize.PNG
        88 kB
      8. PopupFonts.png
        1.05 MB

        Activity

        Carlo Guglielmin created issue -
        Hide
        Carlo Guglielmin added a comment - - edited

        Added a screenshot showing an example of what the rendered color picker could look like.

        Show
        Carlo Guglielmin added a comment - - edited Added a screenshot showing an example of what the rendered color picker could look like.
        Carlo Guglielmin made changes -
        Field Original Value New Value
        Attachment example-color-picker.png [ 18984 ]
        Judy Guglielmin made changes -
        Assignee Judy Guglielmin [ judy.guglielmin ]
        Hide
        Judy Guglielmin added a comment -

        looking at jquery plugin colorpickers:-
        https://bgrins.github.io/spectrum/ -> nice as it supports all browsers/mobile devices and could be backported to IF3.3 maintenance .has small footprint and easily customizable with css. (last checkin 4 months ago).

        http://www.eyecon.ro/colorpicker/ -. this most closely matches the image Carlo added to this jira. (last checking for code was in 2009 though..)

        http://www.dematte.at/tinyColorPicker/ (really small footprint, basic color picker).

        Show
        Judy Guglielmin added a comment - looking at jquery plugin colorpickers:- https://bgrins.github.io/spectrum/ -> nice as it supports all browsers/mobile devices and could be backported to IF3.3 maintenance .has small footprint and easily customizable with css. (last checkin 4 months ago). http://www.eyecon.ro/colorpicker/ -. this most closely matches the image Carlo added to this jira. (last checking for code was in 2009 though..) http://www.dematte.at/tinyColorPicker/ (really small footprint, basic color picker).
        Ken Fyten made changes -
        Fix Version/s 4.2 [ 12870 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49107 Fri Aug 12 13:53:14 MDT 2016 judy.guglielmin ICE-10612 original commit for new ace:colorPicker.
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorpicker
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorpicker/ColorPickerRenderer.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorpicker/spectrum.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/AceSymbolicResourceHandler.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorpicker/ColorFormat.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorpicker/ColorPicker.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorpicker/ColorPickerMeta.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorpicker/colorpicker.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorpicker
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorpicker/spectrum.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49114 Thu Aug 18 16:25:19 MDT 2016 judy.guglielmin ICE-10612 renamed colorPicker of original checkin to colorEntry and initial examples for showcase sample
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPalette.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry
        Commit graph DEL /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorpicker
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryPaletteBean.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/AceSymbolicResourceHandler.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/showcase_styles.css
        Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorpicker.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorpicker
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorFormat.java
        Ken Fyten made changes -
        Assignee Priority P2 [ 10011 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49164 Tue Sep 06 17:08:51 MDT 2016 judy.guglielmin ICE-10612 modifications to attribute names and showcase examples. addition of ability to choose format to submit from colorEntry component
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/showcase_styles.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.util/component.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryPaletteBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Carmen Cristurean added a comment - - edited

        ICEfaces4 trunk r.49164/ IE11, Chrome52, FF47:
        1) On all demos, a browser console error occurs if opening, then clicking the "Choose" button without selecting a color in the colorEntry component:
        SCRIPT5007: Unable to get property 'toHex' of undefined or null reference
        File: eval code (24), Line: 21, Column: 17

        2) TLD Documentation links still return 404 page errors.

        3) Overview demo: in "Entered data" panel, the third line is "Color Selected from allowEmpty example", however there is no "allowEmpty" example above; instead, the name of the example is "Required and Show Pallette only".

        4) Customize demo: the word "how" is missing from the description:
        This example shows how to render, customize, and position a label for the colorEntry component.

        5) Customize demo: the demo does not entirely reflects the description, as example there is no possibility to change labelPosition.

        Show
        Carmen Cristurean added a comment - - edited ICEfaces4 trunk r.49164/ IE11, Chrome52, FF47: 1) On all demos, a browser console error occurs if opening, then clicking the "Choose" button without selecting a color in the colorEntry component: SCRIPT5007: Unable to get property 'toHex' of undefined or null reference File: eval code (24), Line: 21, Column: 17 2) TLD Documentation links still return 404 page errors. 3) Overview demo: in "Entered data" panel, the third line is "Color Selected from allowEmpty example", however there is no "allowEmpty" example above; instead, the name of the example is "Required and Show Pallette only". 4) Customize demo: the word "how" is missing from the description: This example shows how to render, customize, and position a label for the colorEntry component. 5) Customize demo: the demo does not entirely reflects the description, as example there is no possibility to change labelPosition.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49165 Wed Sep 07 12:29:26 MDT 2016 judy.guglielmin ICE-10612 fix for js error when value is empty. clarification of showcase examples.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Carmen Cristurean added a comment -

        ICEfaces4 trunk r.49171/ IE11, Chrome53, FF47: issues 1), 3), 4) from previous comment have been resolved.

        Show
        Carmen Cristurean added a comment - ICEfaces4 trunk r.49171/ IE11, Chrome53, FF47: issues 1), 3), 4) from previous comment have been resolved.
        Ken Fyten made changes -
        Assignee Judy Guglielmin [ judy.guglielmin ] Mircea Toma [ mircea.toma ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49219 Thu Sep 15 12:31:29 MDT 2016 judy.guglielmin ICE-10612 lazy loaded now, color attribute removed, ace event name changed to colorChange. Note that application of styleClass still has an issue and testing for reset support still ongoing.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPalette.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/checkboxbutton/checkboxbutton.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorFormat.java
        Hide
        Mircea Toma added a comment -

        Added colorEntry JS resources to the list of files that need to be compressed at build time.

        Show
        Mircea Toma added a comment - Added colorEntry JS resources to the list of files that need to be compressed at build time.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49233 Mon Sep 19 16:19:27 MDT 2016 mircea.toma ICE-10612 Add colorEntry JS resources to the list of files that need to be compress and build time.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/build.xml
        Judy Guglielmin made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Assignee Mircea Toma [ mircea.toma ] Judy Guglielmin [ judy.guglielmin ]
        Hide
        Judy Guglielmin added a comment -

        rev 49304 now has support for styleClass as well as clear and reset functionality. QA can now begin testing and review can be done on this component.

        Show
        Judy Guglielmin added a comment - rev 49304 now has support for styleClass as well as clear and reset functionality. QA can now begin testing and review can be done on this component.
        Judy Guglielmin made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49304 Wed Sep 21 12:40:28 MDT 2016 judy.guglielmin ICE-10612 support for styleClass and clear and reset ability of pushButton and linkButton.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Carmen Cristurean made changes -
        Attachment maxSelectionSize.PNG [ 22307 ]
        Hide
        Carmen Cristurean added a comment -

        Testing showcase > colorEntry with ICEfaces4 trunk r.49306/ IE11, FF47, Chrome53 found the following issues:

        All demos:
        The TLD Documentation links still return 404 page errors.

        Overview demo:

        • In Chrome browser, a warning is written in browser console when landing first time on the colorEntry demo.
          Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
        • no values are rendered for "Color Selected from No Palette and Show Input:" under "Entered data" (all browsers).

        Customize demo:

        • When selecting format of value="None", the selected values rendered are actually the same as for the default "HEX". Is this correct?

        Color Palette demo:

        • The Input Maximum Selection Size" drop-down does not appear to be functional, as it does not render more than 2 color choices, including the current choice (maxSelectionSize.png attached).
        • Occasionally in IE11 and Chrome, after enabling "Show Palette Only" and "Toggle Palette Only", when clicking the "More" button, the colorEntry component renders in the upper left side of the window. After choosing a color, the colorEntry returns to the correct position on page. This issue was not seen on Firefox.
        Show
        Carmen Cristurean added a comment - Testing showcase > colorEntry with ICEfaces4 trunk r.49306/ IE11, FF47, Chrome53 found the following issues: All demos: The TLD Documentation links still return 404 page errors. Overview demo: In Chrome browser, a warning is written in browser console when landing first time on the colorEntry demo. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/ . no values are rendered for "Color Selected from No Palette and Show Input:" under "Entered data" (all browsers). Customize demo: When selecting format of value="None", the selected values rendered are actually the same as for the default "HEX". Is this correct? Color Palette demo: The Input Maximum Selection Size" drop-down does not appear to be functional, as it does not render more than 2 color choices, including the current choice (maxSelectionSize.png attached). Occasionally in IE11 and Chrome, after enabling "Show Palette Only" and "Toggle Palette Only", when clicking the "More" button, the colorEntry component renders in the upper left side of the window. After choosing a color, the colorEntry returns to the correct position on page. This issue was not seen on Firefox.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Ken Fyten made changes -
        Summary Add an ace:colorPicker component New ace:colorEntry component
        Hide
        Judy Guglielmin added a comment - - edited

        the spectrum plugin does not support effects/animation, so with that being a new requirement, taking a look at http://vanderlee.github.io/colorpicker/ which uses jquery-ui/dialog so supports animation as well as being styled similar to the other popup components. It also has MIT license.

        Show
        Judy Guglielmin added a comment - - edited the spectrum plugin does not support effects/animation, so with that being a new requirement, taking a look at http://vanderlee.github.io/colorpicker/ which uses jquery-ui/dialog so supports animation as well as being styled similar to the other popup components. It also has MIT license.
        Ken Fyten made changes -
        Assignee Priority P2 [ 10011 ] P1 [ 10010 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49574 Wed Nov 23 11:43:34 MST 2016 judy.guglielmin ICE-10612. initial commit for new plugin jquery-colorpicker plugin for jquery-ui. Note that still working on inline support as well as testing for a few of the attributes in the meta file. locale support/regionalization will also be added before release.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/AceSymbolicResourceHandler.java
        Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/spectrum.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/spectrum.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/build.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorFormat.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49586 Fri Nov 25 16:06:44 MST 2016 judy.guglielmin ICE-10612 support for the three basic preset parts (still need to get rid of button when dynamically changing from a popup to inline).
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49587 Mon Nov 28 14:53:43 MST 2016 judy.guglielmin ICE-10612 missed resources from initial checkin
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/ui-colorpicker.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/parts/jquery.ui.colorpicker-memory.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/parts/jquery.ui.colorpicker-rgbslider.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/bar-alpha.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/128/bar.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/128/bar-alpha.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/bar-opacity.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/128/map.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/bar.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/preview-opacity.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/i18n/jquery.ui.colorpicker-fr.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/parts/jquery.ui.colorpicker-swatchesswitcher.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/map.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/parts
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/ui-colorpicker.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/i18n
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/map-pointer.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/bar-pointer.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/map-opacity.png
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/images/128
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49600 Tue Nov 29 17:44:39 MST 2016 judy.guglielmin ICE-10612 first example into showcase with js parts in main file of plugin
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/parts
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/model/colorEntry
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/model/colorEntry/ColorEntryLayout.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49614 Wed Nov 30 15:30:42 MST 2016 judy.guglielmin ICE-10612 three examples in showcase. Still working on dynamic update of customized parts and layout as well as effect and duration support.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph DEL /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPalette.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup/buttonGroupByRow.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Commit graph DEL /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryPaletteBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntrySwatchesBean.java
        Hide
        Liana Munroe added a comment - - edited

        Tested showcase app with ICEfaces 4 trunk r49614, Tomcat 8.
        Tested demo with javax.faces.PROJECT_STAGE = Production. There is a console error and the color picker is not rendered.

        TypeError: this.jq.colorpicker is not a function
        http://localhost:8080/showcase/javax.faces.resource/coalesced.js.jsf?ln=ice.core&dgst=hffoxu
        Line 14444
        

        This is not an issue when ProjectStage=Development

        Show
        Liana Munroe added a comment - - edited Tested showcase app with ICEfaces 4 trunk r49614, Tomcat 8. Tested demo with javax.faces.PROJECT_STAGE = Production. There is a console error and the color picker is not rendered. TypeError: this .jq.colorpicker is not a function http: //localhost:8080/showcase/javax.faces.resource/coalesced.js.jsf?ln=ice.core&dgst=hffoxu Line 14444 This is not an issue when ProjectStage=Development
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49615 Thu Dec 01 11:00:37 MST 2016 judy.guglielmin ICE-10612 2nd example (customize) fixed. Just effect on 3rd example to work on for now.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49617 Thu Dec 01 11:51:54 MST 2016 judy.guglielmin ICE-10612 removed extraneous comma so js file can be compressed.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.js
        Hide
        Liana Munroe added a comment -

        ICEfaces 4 trunk r49617. Verified console error is no longer seen when testing application with PROJECT_STAGE = Production set in web.xml

        Show
        Liana Munroe added a comment - ICEfaces 4 trunk r49617. Verified console error is no longer seen when testing application with PROJECT_STAGE = Production set in web.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49625 Fri Dec 02 14:48:40 MST 2016 ken.fyten Updated license files to add new 3rd party .js libraries added for ICE-10612 and ICE-9482.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/licenses/NOTICE.txt
        Commit graph MODIFY /icefaces4/trunk/icefaces/lib/versions-licenses.html
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49675 Mon Dec 12 17:46:11 MST 2016 judy.guglielmin ICE-10612 redid inline component, re styled popup. Still working on showcase examples--still in process
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryBean.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPopup.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryPopupBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorFormat.java
        Ken Fyten made changes -
        Fix Version/s 4.2.BETA [ 13091 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49683 Tue Dec 13 17:27:35 MST 2016 judy.guglielmin ICE-10612 dynamic change of options now working with lazy loading of popups.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49702 Thu Dec 15 17:21:38 MST 2016 judy.guglielmin ICE-10612 popup has class which can be styled by users as well as modification of popup labels -modifications of examples and removal of title as dynamic update since its not supported by plugin to change dynamically. Reorder showcase examples
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPopup.xhtml
        Commit graph DEL /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph DEL /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntrySwatchesBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49706 Mon Dec 19 13:17:18 MST 2016 judy.guglielmin ICE-10612 effect and duration was problem with example.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49707 Mon Dec 19 15:44:24 MST 2016 judy.guglielmin ICE-10612 options example for 'NoneButton' support
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Liana Munroe made changes -
        Comment [ A comment with security level 'icesoft-internal-developers' was removed. ]
        Hide
        Liana Munroe added a comment -

        ICEfaces 4 trunk r49707.
        Some other issues noted:
        Options and Customize demos -
        1.) Labels need to be standardised for capital and lower case letters.
        ":-" should be removed from Duration label.
        Show NoneButton could be written as "Enable showNoneButton".

        2.) When using Show Input for Alpha the transparency does not persist when reopening the palette.

        3.) When in popup mode, clicking a color on the palette updates the text value in the input, but does not update the color swatch on the left. The swatch is not updated until pressing OK button

        Show
        Liana Munroe added a comment - ICEfaces 4 trunk r49707. Some other issues noted: Options and Customize demos - 1.) Labels need to be standardised for capital and lower case letters. ":-" should be removed from Duration label. Show NoneButton could be written as "Enable showNoneButton". 2.) When using Show Input for Alpha the transparency does not persist when reopening the palette. 3.) When in popup mode, clicking a color on the palette updates the text value in the input, but does not update the color swatch on the left. The swatch is not updated until pressing OK button
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49709 Mon Dec 19 17:48:06 MST 2016 judy.guglielmin ICE-10612 supports popupIconOnly
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49712 Tue Dec 20 11:38:54 MST 2016 carmen.cristurean ICE-10612 - update labels to use capital letters.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49713 Tue Dec 20 11:44:41 MST 2016 carmen.cristurean ICE-10612 - update labels to use capital letters.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49715 Tue Dec 20 14:25:49 MST 2016 judy.guglielmin ICE-10612 ensures all ColorFormats are supported and the HSL (which does not correspond to any css is converted to hex and then updated to server so css can keep color bar to match the value)
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorFormat.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49717 Tue Dec 20 16:56:07 MST 2016 judy.guglielmin ICE-10612modified options example to have less values in the dropdown list for colorFormat. Modified meta class to show all values of ColorFormat
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49718 Tue Dec 20 17:00:18 MST 2016 judy.guglielmin ICE-10612 modified options example to have consistent labels
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Hide
        Liana Munroe added a comment - - edited

        ICEfaces 4 trunk r49718
        Issues remain

        • on Options demo > RGB and HSL color format, and on Customize demo > HSLPERCENT color format returns false on every second selection.
        • The Customize demo still has several color format selections that were removed from the Options demo. Should the Customize demo have those selections removed as well?
        • As per Ken change the label for Show NoneButton to Show 'None' Button
        Show
        Liana Munroe added a comment - - edited ICEfaces 4 trunk r49718 Issues remain on Options demo > RGB and HSL color format, and on Customize demo > HSLPERCENT color format returns false on every second selection. The Customize demo still has several color format selections that were removed from the Options demo. Should the Customize demo have those selections removed as well? As per Ken change the label for Show NoneButton to Show 'None' Button
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49719 Tue Dec 20 23:38:30 MST 2016 judy.guglielmin ICE-10612 destroy object and create new one so events are initialized correctly after ajax submit
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49720 Wed Dec 21 11:33:46 MST 2016 judy.guglielmin ICE-10612 HSL requires alpha present, so modify the options to use HSLA and HSLAPERCENT instead.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49722 Wed Dec 21 11:59:37 MST 2016 liana.munroe ICE-10612 - Edited tlddoc, changed Show 'None' button label.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49723 Wed Dec 21 12:47:52 MST 2016 judy.guglielmin ICE-10612 fix so that showNoneButton clears input field when triggered. (was a regression of last checkin for options demo).
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49724 Wed Dec 21 13:08:03 MST 2016 judy.guglielmin ICE-10612 custom shows new full control to allow all colorFormats to be chosen. Note that HSL requires alpha input, but will default to HSLA (as noted in the comments) if HSL cannot be defined.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Ken Fyten added a comment -

        re:

        that's the way the underlying component works. HSL requires a transparency/alpha value and it is looking for an alpha value to calculate the HSL. so if you choose a transparent value and then a color, you receive a new HSL value.

        We can document this behaviour in the Wiki page.

        Show
        Ken Fyten added a comment - re: that's the way the underlying component works. HSL requires a transparency/alpha value and it is looking for an alpha value to calculate the HSL. so if you choose a transparent value and then a color, you receive a new HSL value. We can document this behaviour in the Wiki page.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49740 Thu Dec 22 11:16:52 MST 2016 judy.guglielmin ICE-10612 remove unused properties for this release, clean up logging
        Files Changed
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0.BETA/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0.BETA/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0.BETA/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49987 Wed Jan 11 12:30:08 MST 2017 judy.guglielmin ICE-10612 added popupIconOnly demo to showcase shown in a dataTable.
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPopupIconOnly.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryPopupIconOnlyBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Hide
        Judy Guglielmin added a comment -

        rev 50372 includes the locale and swatches support with examples in showcase. Note that the locale example in showcase just shows the included locales. Will update the wiki page to show how to create further locale support using standard JSF message-bundle.

        Show
        Judy Guglielmin added a comment - rev 50372 includes the locale and swatches support with examples in showcase. Note that the locale example in showcase just shows the included locales. Will update the wiki page to show how to create further locale support using standard JSF message-bundle.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50372 Fri Feb 03 14:24:00 MST 2017 judy.guglielmin ICE-10612 addition of locale and swatches support for colorEntry as well as examples in showcase
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/swatches
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/build.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/i18n/jquery.ui.colorpicker-fr.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/AceSymbolicResourceHandler.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/model/colorEntry/SwatchEntry.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/i18n/jquery.ui.colorpicker-i18n-all.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/util/ComponentUtils.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryLocaleBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntrySwatchesBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50373 Fri Feb 03 14:54:38 MST 2017 judy.guglielmin ICE-10612 modified valueFormat to colorFormat to match attribute
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50377 Mon Feb 06 10:53:22 MST 2017 judy.guglielmin ICE-10612 missed checking in the swatches in previous checkin
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/swatches/jquery.ui.colorpicker-x11.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/swatches/jquery.ui.colorpicker-ral-classic.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/swatches/jquery.ui.colorpicker-pantone.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/swatches/jquery.ui.colorpicker-crayola.js
        Hide
        Ken Fyten added a comment - - edited

        Review notes:

        In general things are looking very good!

        1. We should show the actual selected colour at top of demos, in addition to the value.
        2. When selecting a colour the first time, if you Cancel the dialog, the value in the input field is blank (correct), but the colour bar on the left side keeps the cancelled colour (bad).
        3. The popup fonts are too large. They should roughly match those present on the ace:dateTimeEntry popup using the same theme, etc. I've uploaded a comparison snapshot (popupFonts.png).
        4. Can the popup dialog position itself intelligently, to avoid popping up in a direction where it won't fit on the page?
        5. Slider bars are too tall still, should center inside the slider buttons.
        6. Put the Locale demo at the bottom of the list on the left side menu.
        Show
        Ken Fyten added a comment - - edited Review notes: In general things are looking very good! We should show the actual selected colour at top of demos, in addition to the value. When selecting a colour the first time, if you Cancel the dialog, the value in the input field is blank (correct), but the colour bar on the left side keeps the cancelled colour (bad). The popup fonts are too large. They should roughly match those present on the ace:dateTimeEntry popup using the same theme, etc. I've uploaded a comparison snapshot (popupFonts.png). Can the popup dialog position itself intelligently, to avoid popping up in a direction where it won't fit on the page? Slider bars are too tall still, should center inside the slider buttons. Put the Locale demo at the bottom of the list on the left side menu.
        Ken Fyten made changes -
        Attachment PopupFonts.png [ 22440 ]
        Carmen Cristurean made changes -
        Attachment capture1.PNG [ 22441 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50384 Tue Feb 07 15:23:14 MST 2017 judy.guglielmin ICE-10612 put locale example last in showcase. Modified styling of slider and label font size. Added cancel function.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/datetimeentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Carmen Cristurean made changes -
        Attachment 1.PNG [ 22447 ]
        Attachment 2.PNG [ 22448 ]
        Attachment 3.PNG [ 22449 ]
        Attachment 4.PNG [ 22450 ]
        Hide
        Ken Fyten added a comment -

        TLD Doc Review Notes

        Let's change the following attribute names for clarity and consistency with other components:

        • alpha -> showAlpha
        • buttonColorize -> colorizePopupIcon
        • limit -> palette
        • Why do we have both “locale” and “regional” attributes?
        Show
        Ken Fyten added a comment - TLD Doc Review Notes Let's change the following attribute names for clarity and consistency with other components: alpha -> showAlpha buttonColorize -> colorizePopupIcon limit -> palette Why do we have both “locale” and “regional” attributes?
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50718 Wed Feb 22 17:47:45 MST 2017 judy.guglielmin ICE-10612 still have some styling and showcase sample work to do
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntry.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50719 Thu Feb 23 09:42:19 MST 2017 judy.guglielmin ICE-10612 removed duplicate label for locale showcase example
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50726 Thu Feb 23 11:12:00 MST 2017 judy.guglielmin ICE-10612 css text modified for popup text
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50739 Fri Feb 24 11:02:06 MST 2017 judy.guglielmin ICE-10612 put reset on dynamic swatch example
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntrySwatchesBean.java
        Hide
        Ken Fyten added a comment -

        Note that I noticed that when you use the "none" button to select no color, it doesn't reset/remove the last selected color from the input field border.

        Show
        Ken Fyten added a comment - Note that I noticed that when you use the "none" button to select no color, it doesn't reset/remove the last selected color from the input field border.
        Hide
        Ken Fyten added a comment -

        Showcase Demo Review Notes

        ace:colorEntry

        • For all demos:
          • Let’s put the “Selected Color” region below the ColorEntry panel, and also have it change the background color of the “Selected Color” panel to match the selected color. The “Selected Color” label and it’s associated text value can keep its usual background color (doesn’t change).
          • “None” color button in popup is not the same size/font as the “Cancel/Okay” buttons, but should be.
        • Overview
          • Change desc. text to: “The <ace:colorEntry> component allows the user to input a color value via either an input field or a highly customizable popup color selection dialog. It supports features such as multiple color value formats, limiting selections to pre-defined color swatches, configurable color swatches, and localization.
        • Popup
          • Let’s use the label attribute to put a label on the left side of the input “Select a Color:”
        • PopupIconOnly
          • Change demo title to “Popup Icon”
        • Options
          • Let’s put the labels on the left side of the option inputs, and use “:” to be consistent with other demos (eg. “Effect: “).
          • Change “Choose Format of Color” label to “Color Value Format:”
          • “Duration” to “Effect Duration”
          • Add a “Label Position:” config selectmenu.
        • Customize
          • Move the “Custom Parts and Layout” panel below the “Options” panel.
          • Add a label to the “ColorEntry - Customizable” input field “Select a Color:”
        • Swatches
          • Let’s put each sub-demo into a tab in a tabpane to keep things clean.
          • Change the title for “Dynamically Choose Four Colours to Create a Swatch” to “Choose Four Colors to Create a Swatch”
          • Make it so the swatch will still create using however many colors they selected, don’t force them to enter all four.
          • Add labels to all color entry fields (left side).
        • Locale
          • “Other locale support may be added…” -> “Support for additional locales may be added…”
        Show
        Ken Fyten added a comment - Showcase Demo Review Notes ace:colorEntry For all demos: Let’s put the “Selected Color” region below the ColorEntry panel, and also have it change the background color of the “Selected Color” panel to match the selected color. The “Selected Color” label and it’s associated text value can keep its usual background color (doesn’t change). “None” color button in popup is not the same size/font as the “Cancel/Okay” buttons, but should be. Overview Change desc. text to: “The <ace:colorEntry> component allows the user to input a color value via either an input field or a highly customizable popup color selection dialog. It supports features such as multiple color value formats, limiting selections to pre-defined color swatches, configurable color swatches, and localization. Popup Let’s use the label attribute to put a label on the left side of the input “Select a Color:” PopupIconOnly Change demo title to “Popup Icon” Options Let’s put the labels on the left side of the option inputs, and use “:” to be consistent with other demos (eg. “Effect: “). Change “Choose Format of Color” label to “Color Value Format:” “Duration” to “Effect Duration” Add a “Label Position:” config selectmenu. Customize Move the “Custom Parts and Layout” panel below the “Options” panel. Add a label to the “ColorEntry - Customizable” input field “Select a Color:” Swatches Let’s put each sub-demo into a tab in a tabpane to keep things clean. Change the title for “Dynamically Choose Four Colours to Create a Swatch” to “Choose Four Colors to Create a Swatch” Make it so the swatch will still create using however many colors they selected, don’t force them to enter all four. Add labels to all color entry fields (left side). Locale “Other locale support may be added…” -> “Support for additional locales may be added…”
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50764 Mon Feb 27 17:44:59 MST 2017 judy.guglielmin ICE-10612 modified showcase examples as per Ken's comments as well as attribute names
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPopup.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntrySwatchesBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Ken Fyten added a comment -

        rvn 50771- tweaked demo labels, label alignment, and selected color styling.

        To support the different Theme Roller themes that might use dark or light backgrounds, ideally the background color used on the "select color" box label and value should use an appropriate themeRoller theme for the background and text colors.

        Show
        Ken Fyten added a comment - rvn 50771- tweaked demo labels, label alignment, and selected color styling. To support the different Theme Roller themes that might use dark or light backgrounds, ideally the background color used on the "select color" box label and value should use an appropriate themeRoller theme for the background and text colors.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50771 Tue Feb 28 17:54:44 MST 2017 ken.fyten ICE-10612 - Tweaked colorEntry demo labels, label alignment, and styling.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPopup.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50775 Wed Mar 01 16:18:19 MST 2017 judy.guglielmin ICE-10612 none button now updates field and inline example maintains the previous selection. As well, the swatches example has been fixed as the selection was not updating the selected color field properly. Other examples were not performing correctly either in showcase, are now fixed.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntrySwatchesBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Ken Fyten added a comment -

        rvn:50777 Locale: “Other locale support may be added…” -> “Support for additional locales may be added…” fixed.

        Show
        Ken Fyten added a comment - rvn:50777 Locale: “Other locale support may be added…” -> “Support for additional locales may be added…” fixed.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50777 Thu Mar 02 09:55:56 MST 2017 ken.fyten ICE-10612 - Locale: “Other locale support may be added…” revised to “Support for additional locales may be added…”
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50778 Thu Mar 02 10:37:23 MST 2017 judy.guglielmin ICE-10612 buttons have same text size (currently .9em).
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/jquery.colorpicker.css
        Hide
        Ken Fyten added a comment -

        rvn: 50921 - Updated styling for "Selected Color:" box in all demos.

        Show
        Ken Fyten added a comment - rvn: 50921 - Updated styling for "Selected Color:" box in all demos.
        Hide
        Ken Fyten added a comment -

        The Options demo fails to show the Selected Color background color if the type isn't HEX.

        Show
        Ken Fyten added a comment - The Options demo fails to show the Selected Color background color if the type isn't HEX.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50920 Thu Mar 02 15:23:37 MST 2017 judy.guglielmin ICE-10612 cleaned up js. and modified dynamic swatch example inside of tabSet
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50921 Thu Mar 02 15:42:44 MST 2017 ken.fyten ICE-10612 - Updated styling for "Selected Color:" box in all demos.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryPopup.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50923 Thu Mar 02 17:09:26 MST 2017 judy.guglielmin ICE-10612 fixed options example in showcase
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryOptionsBean.java
        Hide
        Judy Guglielmin added a comment -

        rvn 50923 fixed Options demo

        Show
        Judy Guglielmin added a comment - rvn 50923 fixed Options demo
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50929 Fri Mar 03 11:02:46 MST 2017 ken.fyten ICE-10612 - Hide "Selected Color" panel until custom swatch is created.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Ken Fyten made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Affects Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50932 Fri Mar 03 15:30:14 MST 2017 ken.fyten ICE-10612 - Tweaked label layout, switch to use all ACE comps for config settings.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntry.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Judy Guglielmin added a comment -

        need to fix tabindex so that commit does not happen if value does not change.

        Show
        Judy Guglielmin added a comment - need to fix tabindex so that commit does not happen if value does not change.
        Judy Guglielmin made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50942 Mon Mar 06 14:46:20 MST 2017 judy.guglielmin ICE-10612 fixed tabindex issue
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51099 Tue Mar 07 11:08:44 MST 2017 judy.guglielmin ICE-10612 updated description of component for tlddocs
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51100 Tue Mar 07 11:29:41 MST 2017 judy.guglielmin ICE-10612 fixed link to wiki page
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/colorentry/ColorEntryMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51120 Tue Mar 07 14:47:30 MST 2017 judy.guglielmin ICE-10612 fix up js for manual entry and fix up problems with showcase examples.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51124 Tue Mar 07 16:51:08 MST 2017 ken.fyten ICE-10612 fix up js for manual entry and fix up problems with showcase examples.
        Files Changed
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/ace/component/resources/icefaces.ace/colorentry/colorentry.js
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryOptions.xhtml
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryLocale.xhtml
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Hide
        Liana Munroe added a comment -

        ICEfaces 4.2 Jenkins Build 4
        Server warning when navigating to ace:colorEntry > Swatches in any browser.
        WARNING: Unable to find component with ID SelSwatchName in view.
        Mar 08, 2017 11:45:35 AM com.sun.faces.renderkit.html_basic.HtmlBasicRenderer ge
        tForComponent

        Show
        Liana Munroe added a comment - ICEfaces 4.2 Jenkins Build 4 Server warning when navigating to ace:colorEntry > Swatches in any browser. WARNING: Unable to find component with ID SelSwatchName in view. Mar 08, 2017 11:45:35 AM com.sun.faces.renderkit.html_basic.HtmlBasicRenderer ge tForComponent
        Hide
        Judy Guglielmin added a comment -

        rev 51136 fixed label for attribute on swatches example

        Show
        Judy Guglielmin added a comment - rev 51136 fixed label for attribute on swatches example
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51136 Wed Mar 08 12:16:05 MST 2017 judy.guglielmin ICE-10612 fixed label for attribute
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Hide
        Liana Munroe added a comment -

        ICEfaces 4 trunk r 51140
        QA Test page /colorEntryAttribute1.jsf, all browsers

        At the bottom of the page there is a test:
        3. Testing attributes: buttonText='ClickHere'; showOn=all;

        When using this test the colorEntry is rendered at the very top of the page instead of at the bottom right of the Click Here button as seen in other examples.
        Not sure if this is an issue.

        Show
        Liana Munroe added a comment - ICEfaces 4 trunk r 51140 QA Test page /colorEntryAttribute1.jsf, all browsers At the bottom of the page there is a test: 3. Testing attributes: buttonText='ClickHere'; showOn=all; When using this test the colorEntry is rendered at the very top of the page instead of at the bottom right of the Click Here button as seen in other examples. Not sure if this is an issue.
        Hide
        Liana Munroe added a comment -

        ICEfaces 4 trunk r51140
        Verified WARNING: Unable to find component with ID SelSwatchName in view. is no longer seen when navigating ace:colorEntry > Swatches demo. Tomcat 8, FF 47, IE 11, Chrome 56.

        Show
        Liana Munroe added a comment - ICEfaces 4 trunk r51140 Verified WARNING: Unable to find component with ID SelSwatchName in view. is no longer seen when navigating ace:colorEntry > Swatches demo. Tomcat 8, FF 47, IE 11, Chrome 56.
        Hide
        Ken Fyten added a comment -

        ...the followings have not been changed, as they can still be found in the TLDDOC:

        buttonColorize -> colorizePopupIcon
        limit -> palette

        Upon review we've decided against changing those two attribute names, so it's fine as-is.

        Show
        Ken Fyten added a comment - ...the followings have not been changed, as they can still be found in the TLDDOC: buttonColorize -> colorizePopupIcon limit -> palette Upon review we've decided against changing those two attribute names, so it's fine as-is.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51144 Wed Mar 08 14:35:54 MST 2017 ken.fyten ICE-10612 fixed label for attribute
        Files Changed
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntrySwatches.xhtml
        Judy Guglielmin made changes -
        Comment [ A comment with security level 'icesoft-internal-developers' was removed. ]
        Liana Munroe made changes -
        Comment [ A comment with security level 'icesoft-internal-developers' was removed. ]
        Ken Fyten made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51152 Wed Mar 08 16:49:09 MST 2017 judy.guglielmin ICE-10612 removed optional choice of colorFormat as the ones with an alpha require a choice of transparency that users may not understand is required. The ColorFormat is an input and option in the options demo, so not really required on the customize example.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51153 Wed Mar 08 16:54:35 MST 2017 ken.fyten ICE-10612 removed optional choice of colorFormat as the ones with an alpha require a choice of transparency that users may not understand is required. The ColorFormat is an input and option in the options demo, so not really required on the customize example.
        Files Changed
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/colorEntry/colorEntryCustomize.xhtml
        Commit graph MODIFY /icefaces4/tags/icefaces-4.2.0/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/colorEntry/ColorEntryCustomBean.java
        Hide
        Liana Munroe added a comment -

        Verified corrected demo ICEfaces 4.2 Jenkins Build 6, Tomcat 8, FF 47, Chrome 56, IE 11, 10.

        Show
        Liana Munroe added a comment - Verified corrected demo ICEfaces 4.2 Jenkins Build 6, Tomcat 8, FF 47, Chrome 56, IE 11, 10.
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Carlo Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: