You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marieke Vandamme (JIRA)" <ji...@apache.org> on 2012/09/19 11:49:07 UTC

[jira] [Created] (WICKET-4771) Submitting value filled in DropDownChoice fails when tinymce textarea is on the page

Marieke Vandamme created WICKET-4771:
----------------------------------------

             Summary: Submitting value filled in DropDownChoice fails when tinymce textarea is on the page
                 Key: WICKET-4771
                 URL: https://issues.apache.org/jira/browse/WICKET-4771
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.0.0
            Reporter: Marieke Vandamme
         Attachments: myproject.zip

I have a form with a TextField and DropDownChoice. 
On the same page I also have a textarea that is used for tinymce. 
When submitting my form, only the value from the TextField is correctly filled into the modelobject, 
not from the DropDownChoice.
When I remove the tinymce textarea from my page, the value from DropDownChoice is also correctly filled in the modelobject. 

This worked in wicket 1.5.7.
I will add a quickstart

--
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] [Assigned] (WICKET-4771) Submitting value filled in DropDownChoice fails when tinymce textarea is on the page

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

Martin Grigorov reassigned WICKET-4771:
---------------------------------------

    Assignee: Martin Grigorov
    
> Submitting value filled in DropDownChoice fails when tinymce textarea is on the page
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-4771
>                 URL: https://issues.apache.org/jira/browse/WICKET-4771
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>            Reporter: Marieke Vandamme
>            Assignee: Martin Grigorov
>         Attachments: myproject.zip
>
>
> I have a form with a TextField and DropDownChoice. 
> On the same page I also have a textarea that is used for tinymce. 
> When submitting my form, only the value from the TextField is correctly filled into the modelobject, 
> not from the DropDownChoice.
> When I remove the tinymce textarea from my page, the value from DropDownChoice is also correctly filled in the modelobject. 
> This worked in wicket 1.5.7.
> I will add a quickstart

--
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-4771) Submitting value filled in DropDownChoice fails when tinymce textarea is on the page

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

Martin Grigorov resolved WICKET-4771.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.2.0
    
> Submitting value filled in DropDownChoice fails when tinymce textarea is on the page
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-4771
>                 URL: https://issues.apache.org/jira/browse/WICKET-4771
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>            Reporter: Marieke Vandamme
>            Assignee: Martin Grigorov
>             Fix For: 6.2.0
>
>         Attachments: myproject.zip
>
>
> I have a form with a TextField and DropDownChoice. 
> On the same page I also have a textarea that is used for tinymce. 
> When submitting my form, only the value from the TextField is correctly filled into the modelobject, 
> not from the DropDownChoice.
> When I remove the tinymce textarea from my page, the value from DropDownChoice is also correctly filled in the modelobject. 
> This worked in wicket 1.5.7.
> I will add a quickstart

--
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-4771) Submitting value filled in DropDownChoice fails when tinymce textarea is on the page

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

Marieke Vandamme updated WICKET-4771:
-------------------------------------

    Attachment: myproject.zip

QuickStart that can reproduce the problem. 
Just fill in a value in the textfield and choice one from the DropDownChoice. Then press submit. I put some System.outs in the onsubmit, that show that only the value from the TextField is filled into the modelobject.
                
> Submitting value filled in DropDownChoice fails when tinymce textarea is on the page
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-4771
>                 URL: https://issues.apache.org/jira/browse/WICKET-4771
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>            Reporter: Marieke Vandamme
>         Attachments: myproject.zip
>
>
> I have a form with a TextField and DropDownChoice. 
> On the same page I also have a textarea that is used for tinymce. 
> When submitting my form, only the value from the TextField is correctly filled into the modelobject, 
> not from the DropDownChoice.
> When I remove the tinymce textarea from my page, the value from DropDownChoice is also correctly filled in the modelobject. 
> This worked in wicket 1.5.7.
> I will add a quickstart

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