inplaceSelect: list size too small
----------------------------------

                 Key: RF-3496
                 URL: http://jira.jboss.com/jira/browse/RF-3496
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Vladimir Molotkov
             Fix For: 3.2.1


inplace select demo page. 

simple.xhtml snippet

change the code to
        <rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
                defaultLabel="Click here to edit">
                <f:selectItem itemValue="0" itemLabel="Option 1" />
                <f:selectItem itemValue="1" itemLabel="Option 2" />
        </rich:inplaceSelect>

open in IE7

if you add one or two options list will be enlarged but not enough vertical 
scroller still present,.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/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