inplaceSelect: minSelectWidth attribute will be ignored if layout is block
--------------------------------------------------------------------------

                 Key: RF-5322
                 URL: https://jira.jboss.org/jira/browse/RF-5322
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
            Priority: Minor


1. Create any test page with inplaceSelect component, set layout="block".
You can use example:
<rich:inplaceSelect minSelectWidth="150px" layout="block">
                                                <f:selectItem itemValue="0" 
itemLabel="1" />
                                                <f:selectItem itemValue="1" 
itemLabel="2" />
                                        </rich:inplaceSelect>
or
<rich:inplaceSelect layout="block"> (here default value of minSelectWidth is 
100px)
                                                <f:selectItem itemValue="0" 
itemLabel="1" />
                                                <f:selectItem itemValue="1" 
itemLabel="2" />
                                        </rich:inplaceSelect>
2. Run application, activate inplaceSelect component and verify width:
FAILURE: it's equal to maxSelectWidth, minSelectWidth was ignored

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