colorPicker: default controls are not loaded if there are no child nodes in 
facets
----------------------------------------------------------------------------------

                 Key: RF-6579
                 URL: https://jira.jboss.org/jira/browse/RF-6579
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.BETA1
            Reporter: Tsikhon Kuprevich
            Assignee: Nick Belaevski


In the code example below it's expecte that default controls for icon and arrow 
are loaded. But there are no any icon or arrow in this case at all. 


                <colorPicker:colorPicker value="#{bean.color2}" flat="true"
                        colorMode="rgb">
                        <f:facet name="icon">
                                <f:verbatim>
                                        <h:graphicImage rendered="false" 
value="/pages/colorPicker_ico.png"
                                                width="18px" height="18px" />
                                </f:verbatim>
                        </f:facet>
                        <f:facet name="arrows">
                                <f:verbatim>
                                        <h:graphicImage rendered="false" 
value="/pages/colorPicker_ico.png"
                                                width="30px" height="5px" />
                                </f:verbatim>
                        </f:facet>
                </colorPicker:colorPicker>
        </h:form>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to