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