You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/08/06 17:26:38 UTC

[jira] Assigned: (WW-2086) autocompleter dropdown height is only two items high when emptyOption="true" is set

     [ https://issues.apache.org/struts/browse/WW-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso reassigned WW-2086:
-----------------------------------

    Assignee: Musachy Barroso

> autocompleter dropdown height is only two items high when emptyOption="true" is set
> -----------------------------------------------------------------------------------
>
>                 Key: WW-2086
>                 URL: https://issues.apache.org/struts/browse/WW-2086
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Tomcat 5.5, JDK 1.5
>            Reporter: Patrick Galli
>            Assignee: Musachy Barroso
>            Priority: Minor
>
> autocompleter dropdown height is only two items high when emptyOption="true" is set
> when emptyOption="true" is removed, the dropdownlist is longer and the dropdownHeight parameter works
> short list
> <s:autocompleter name="fieldText" emptyOption="true" value="%{fieldText}" label="%{getText('field')}" keyName="field" list="#fieldMap" searchType="substring" cssStyle="margin: 0; padding: 2px; width:15em"  dropdownWidth="350" forceValidOption="true"/>			
> long list:
> <s:autocompleter name="fieldText" value="%{fieldText}" label="%{getText('field')}" keyName="field" list="#fieldMap" searchType="substring" cssStyle="margin: 0; padding: 2px; width:15em"  dropdownWidth="350" forceValidOption="true"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.