[richfaces-issues] [JBoss JIRA] Updated: (RF-5322) inplaceSelect: minSelectWidth attribute will be ignored if layout is block

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Dec 10 12:59:47 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tatyana Romanovich updated RF-5322:
-----------------------------------

    Attachment: inplaceSelectminWidth.gif


> 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
>         Attachments: inplaceSelectminWidth.gif
>
>
> 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

        



More information about the richfaces-issues mailing list