rich:combobox white space between textbox and button
----------------------------------------------------

                 Key: RF-8497
                 URL: https://jira.jboss.org/jira/browse/RF-8497
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Prateek Agarwal
            Priority: Critical


When i use the rich:comboBox a space is displayed between the textbox and the 
button

This is the code :

<rich:comboBox id="combiId"  defaultLabel="#{bundle.select}"
                                width="186px" 
                                value="#{bean.comboData}"
                                disabled="#{bean.isEnabled eq false}"
                                >
                <f:selectItems value="#{bean.comboDataList}" />
</rich:comboBox>

-- 
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