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

Musachy Barroso resolved WW-2086.
---------------------------------

    Resolution: Not A Problem

In 2.1.3 autocompleter does not have an "emptyOption" attribute, as it never 
made sense for it (it was there because autocompleter inherits from the select 
tag, and all the select tag attributes were visible for the autocompleter in 
2.0.x)

> 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: Plugin - Tags
>    Affects Versions: 2.0.9
>         Environment: Tomcat 5.5, JDK 1.5
>            Reporter: Patrick Galli
>            Assignee: Musachy Barroso
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> 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.

Reply via email to