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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Mar 4 08:53:57 EST 2008


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>
Screen attached.

		<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