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

[jira] [Created] (WICKET-4725) DatePicker AjaxOnChange event

Peter Henderson created WICKET-4725:
---------------------------------------

             Summary: DatePicker AjaxOnChange event
                 Key: WICKET-4725
                 URL: https://issues.apache.org/jira/browse/WICKET-4725
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 6.0.0-beta3
         Environment: linux tomcat openjdk 7
            Reporter: Peter Henderson


A textfield with a datepicker.
Add an OnChangeAjaxBehavior or an AjaxFormSubmitBehavior
When a date is selected via the date picker no ajax change event is triggered.
fails with 6 snapshot
works as expected with 1.5.7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4725) DatePicker doesn't send 'change' event to the input field

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

Martin Grigorov resolved WICKET-4725.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0

Fixed by triggering manually 'change' event after selecting a date.
Unfortunately I wasn't able to find YUI 2.x API for that, so I used jQuery.
                
> DatePicker doesn't send 'change' event to the input field
> ---------------------------------------------------------
>
>                 Key: WICKET-4725
>                 URL: https://issues.apache.org/jira/browse/WICKET-4725
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 6.0.0-beta3
>         Environment: linux tomcat openjdk 7
>            Reporter: Peter Henderson
>            Assignee: Martin Grigorov
>              Labels: javascript
>             Fix For: 6.0.0
>
>         Attachments: datepickertest.tar.gz
>
>
> A textfield with a datepicker.
> Add an OnChangeAjaxBehavior or an AjaxFormSubmitBehavior
> When a date is selected via the date picker no ajax change event is triggered.
> fails with 6 snapshot
> works as expected with 1.5.7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4725) DatePicker AjaxOnChange event

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

Peter Henderson updated WICKET-4725:
------------------------------------

    Attachment: datepickertest.tar.gz

Quick start example.
                
> DatePicker AjaxOnChange event
> -----------------------------
>
>                 Key: WICKET-4725
>                 URL: https://issues.apache.org/jira/browse/WICKET-4725
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 6.0.0-beta3
>         Environment: linux tomcat openjdk 7
>            Reporter: Peter Henderson
>              Labels: javascript
>         Attachments: datepickertest.tar.gz
>
>
> A textfield with a datepicker.
> Add an OnChangeAjaxBehavior or an AjaxFormSubmitBehavior
> When a date is selected via the date picker no ajax change event is triggered.
> fails with 6 snapshot
> works as expected with 1.5.7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (WICKET-4725) DatePicker AjaxOnChange event

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

Martin Grigorov reassigned WICKET-4725:
---------------------------------------

    Assignee: Martin Grigorov
    
> DatePicker AjaxOnChange event
> -----------------------------
>
>                 Key: WICKET-4725
>                 URL: https://issues.apache.org/jira/browse/WICKET-4725
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 6.0.0-beta3
>         Environment: linux tomcat openjdk 7
>            Reporter: Peter Henderson
>            Assignee: Martin Grigorov
>              Labels: javascript
>         Attachments: datepickertest.tar.gz
>
>
> A textfield with a datepicker.
> Add an OnChangeAjaxBehavior or an AjaxFormSubmitBehavior
> When a date is selected via the date picker no ajax change event is triggered.
> fails with 6 snapshot
> works as expected with 1.5.7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4725) DatePicker doesn't send 'change' event to the input field

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

Martin Grigorov updated WICKET-4725:
------------------------------------

    Summary: DatePicker doesn't send 'change' event to the input field  (was: DatePicker AjaxOnChange event)
    
> DatePicker doesn't send 'change' event to the input field
> ---------------------------------------------------------
>
>                 Key: WICKET-4725
>                 URL: https://issues.apache.org/jira/browse/WICKET-4725
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 6.0.0-beta3
>         Environment: linux tomcat openjdk 7
>            Reporter: Peter Henderson
>            Assignee: Martin Grigorov
>              Labels: javascript
>             Fix For: 6.0.0
>
>         Attachments: datepickertest.tar.gz
>
>
> A textfield with a datepicker.
> Add an OnChangeAjaxBehavior or an AjaxFormSubmitBehavior
> When a date is selected via the date picker no ajax change event is triggered.
> fails with 6 snapshot
> works as expected with 1.5.7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira