[richfaces-issues] [JBoss JIRA] Resolved: (RF-2383) inplaceSelect: shadow too wide if no list width defined

Anton Belevich (JIRA) jira-events at lists.jboss.org
Mon Mar 17 12:33:51 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2383?page=all ]

Anton Belevich resolved RF-2383.
--------------------------------

    Resolution: Done

> inplaceSelect: shadow too wide if no list width defined
> -------------------------------------------------------
>
>                 Key: RF-2383
>                 URL: http://jira.jboss.com/jira/browse/RF-2383
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>         Assigned To: Anton Belevich
>             Fix For: 3.2.0
>
>
> 		<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}" >
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 		</rich:inplaceSelect>
> shadow too wide.
> 		<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}" listWidth="300">
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 			<f:selectItem itemValue="123" itemLabel="123123"/>
> 		</rich:inplaceSelect>
> All is fine.

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

        



More information about the richfaces-issues mailing list