You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Wolfgang Kritzinger (JIRA)" <ji...@apache.org> on 2012/09/13 22:33:08 UTC

[jira] [Created] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Wolfgang Kritzinger created WICKET-4759:
-------------------------------------------

             Summary: FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
                 Key: WICKET-4759
                 URL: https://issues.apache.org/jira/browse/WICKET-4759
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 6.0.0
            Reporter: Wolfgang Kritzinger


Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)

I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst updated WICKET-4759:
-------------------------------------

    Fix Version/s: 6.2.0
    
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0, 6.1.0
>            Reporter: Wolfgang Kritzinger
>            Assignee: Martin Grigorov
>             Fix For: 6.1.1, 6.2.0
>
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Wolfgang Kritzinger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464941#comment-13464941 ] 

Wolfgang Kritzinger commented on WICKET-4759:
---------------------------------------------

Stackoverflow-Thread to the same issue: http://stackoverflow.com/questions/477691/submitting-a-form-by-pressing-enter-without-a-submit-button
                
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Wolfgang Kritzinger
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Wolfgang Kritzinger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wolfgang Kritzinger updated WICKET-4759:
----------------------------------------

    Attachment: filter-columns.tar.gz

Quickstart with a basic DefaultDataTable with two filtered columns
                
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Wolfgang Kritzinger
>         Attachments: filter-columns.tar.gz
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468500#comment-13468500 ] 

Martijn Dashorst commented on WICKET-4759:
------------------------------------------

Also applied on the 6.1.1 branch
                
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Wolfgang Kritzinger
>            Assignee: Martin Grigorov
>             Fix For: 6.1.1
>
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst updated WICKET-4759:
-------------------------------------

    Affects Version/s: 6.1.0
    
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0, 6.1.0
>            Reporter: Wolfgang Kritzinger
>            Assignee: Martin Grigorov
>             Fix For: 6.1.1, 6.2.0
>
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Wolfgang Kritzinger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wolfgang Kritzinger updated WICKET-4759:
----------------------------------------

    Attachment: WICKET-4759.patch

proposed patch against master
                
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Wolfgang Kritzinger
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4759.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.1.1
         Assignee: Martin Grigorov
    
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Wolfgang Kritzinger
>            Assignee: Martin Grigorov
>             Fix For: 6.1.1
>
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (WICKET-4759) FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered

Posted by "Wolfgang Kritzinger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464941#comment-13464941 ] 

Wolfgang Kritzinger edited comment on WICKET-4759 at 9/28/12 5:16 AM:
----------------------------------------------------------------------

Stackoverflow thread to the same issue: http://stackoverflow.com/questions/477691/submitting-a-form-by-pressing-enter-without-a-submit-button
                
      was (Author: wk):
    Stackoverflow-Thread to the same issue: http://stackoverflow.com/questions/477691/submitting-a-form-by-pressing-enter-without-a-submit-button
                  
> FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-4759
>                 URL: https://issues.apache.org/jira/browse/WICKET-4759
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Wolfgang Kritzinger
>         Attachments: filter-columns.tar.gz, WICKET-4759.patch
>
>
> Adding more than one IFilteredColumn to a DefaultDataTable wrapped in a FilterForm removes the ability to submit the form by pressing the enter key. A HTML form needs a submit button so it can be submitted by pressing enter. (For some reason it works when there's only one input field)
> I'll attach a quickstart to clarify the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira