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

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

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.


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

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2086:
-----------------------------

    Fix Version/s:     (was: 2.0.11)
                   2.0.12

> 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
>             Fix For: 2.0.12
>
>
> 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.


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

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2086:
-----------------------------

    Fix Version/s: 2.0.10

> 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
>             Fix For: 2.0.10
>
>
> 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.


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

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2086:
-----------------------------

    Fix Version/s:     (was: 2.0.10)
                   2.0.11

> 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
>             Fix For: 2.0.11
>
>
> 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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ 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.