You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Vladimir Limansky (JIRA)" <ji...@apache.org> on 2009/03/09 22:56:02 UTC

[jira] Created: (WW-3030) s:combobox. Strange text field upon the combobox element

s:combobox. Strange text field upon the combobox element
--------------------------------------------------------

                 Key: WW-3030
                 URL: https://issues.apache.org/struts/browse/WW-3030
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.1.0
         Environment: Struts 2.1.0
            Reporter: Vladimir Limansky


<input type="text"> is appearing on the top of combobox element while using s:select element.
Past this code to your page:
                        <s:combobox 
                            list="{1,2,3,4,5,6,7,8,9}"
                            name="ttt"
                            theme="simple"
                           />
The result: unknown text field on the top of combobox element (I guess it probably should be type="hidden", not type="text").

Guys, do you provide regression testing before publishing a new product version?

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


[jira] Closed: (WW-3030) s:combobox. Strange text field upon the combobox element

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

Dave Newton closed WW-3030.
---------------------------

    Resolution: Not A Problem

The combobox *is* a select box and a text box, and AFAIK has pretty much always been one:

http://struts.apache.org/2.0.6/docs/combobox.html
http://struts.apache.org/2.0.14/docs/combobox.html
http://struts.apache.org/2.1.6/docs/combobox.html

Note also that 2.1.0 was never a general release; while it's okay to file bugs against unreleased versions, filing them against unreleased versions when later, GA releases are available probably won't be the best way to have it attended to. YMMV.

> s:combobox. Strange text field upon the combobox element
> --------------------------------------------------------
>
>                 Key: WW-3030
>                 URL: https://issues.apache.org/struts/browse/WW-3030
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Struts 2.1.0
>            Reporter: Vladimir Limansky
>
> <input type="text"> is appearing on the top of combobox element while using s:select element.
> Past this code to your page:
>                         <s:combobox 
>                             list="{1,2,3,4,5,6,7,8,9}"
>                             name="ttt"
>                             theme="simple"
>                            />
> The result: unknown text field on the top of combobox element (I guess it probably should be type="hidden", not type="text").
> Guys, do you provide regression testing before publishing a new product version?

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


[jira] Issue Comment Edited: (WW-3030) s:combobox. Strange text field upon the combobox element

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45695#action_45695 ] 

Dave Newton edited comment on WW-3030 at 3/9/09 7:02 PM:
---------------------------------------------------------

The combobox *is* a select box and a text box, and AFAIK has pretty much always been one:

http://struts.apache.org/2.0.6/docs/combobox.html
http://struts.apache.org/2.0.14/docs/combobox.html
http://struts.apache.org/2.1.6/docs/combobox.html

Note also that 2.1.0 was never a general release; while it's okay to file bugs against unreleased versions, filing them against unreleased versions when later, GA releases are available probably won't be the best way to have it attended to. YMMV.

And yes, we do have a fair number of tests. We can always use more; feel free to write some up and file JIRA issues with the tests attached--preferably testing documented functionality.

      was (Author: newton_dave):
    The combobox *is* a select box and a text box, and AFAIK has pretty much always been one:

http://struts.apache.org/2.0.6/docs/combobox.html
http://struts.apache.org/2.0.14/docs/combobox.html
http://struts.apache.org/2.1.6/docs/combobox.html

Note also that 2.1.0 was never a general release; while it's okay to file bugs against unreleased versions, filing them against unreleased versions when later, GA releases are available probably won't be the best way to have it attended to. YMMV.
  
> s:combobox. Strange text field upon the combobox element
> --------------------------------------------------------
>
>                 Key: WW-3030
>                 URL: https://issues.apache.org/struts/browse/WW-3030
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Struts 2.1.0
>            Reporter: Vladimir Limansky
>
> <input type="text"> is appearing on the top of combobox element while using s:select element.
> Past this code to your page:
>                         <s:combobox 
>                             list="{1,2,3,4,5,6,7,8,9}"
>                             name="ttt"
>                             theme="simple"
>                            />
> The result: unknown text field on the top of combobox element (I guess it probably should be type="hidden", not type="text").
> Guys, do you provide regression testing before publishing a new product version?

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