You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Michael Wyraz (Created) (JIRA)" <ji...@apache.org> on 2012/02/10 12:33:59 UTC

[jira] [Created] (TAP5-1844) Datefield not fires onchange event on changes

Datefield not fires onchange event on changes
---------------------------------------------

                 Key: TAP5-1844
                 URL: https://issues.apache.org/jira/browse/TAP5-1844
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.1
            Reporter: Michael Wyraz


It's a "regression" to TAPESTRY-238

in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252509#comment-13252509 ] 

Hudson commented on TAP5-1844:
------------------------------

Integrated in tapestry-trunk-freestyle #699 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/699/])
    TAP5-1844 : Datefield value must be validated after change (Revision 1325308)

     Result = SUCCESS
ffacon : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325308
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>             Fix For: 5.3.3, 5.4
>
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Michael Wyraz (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205371#comment-13205371 ] 

Michael Wyraz commented on TAP5-1844:
-------------------------------------

To fix this, in datefeild.js change

                this.field.value = result;

to:

            	if (this.field.value != result) {
                    this.field.value = result;
                    if (this.field.onchange) this.field.onchange();
            	}

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon resolved TAP5-1844.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.3
    
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>             Fix For: 5.3.3, 5.4
>
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon reassigned TAP5-1844:
------------------------------------

    Assignee: François Facon
    
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252421#comment-13252421 ] 

François Facon commented on TAP5-1844:
--------------------------------------

Thanks for the patch Michael, but this.field.onchange is no more implemented in tapestry.js.

I guess we better have to use event like the following code
 if (this.field.value != result) 
{ 
	Tapestry.currentFocusField = this.field;
	//fire an FOCUS_CHANGE_EVENT event to force inputValidation on field
	document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field);
						 
}

Regards
François

 

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Michael Wyraz (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227461#comment-13227461 ] 

Michael Wyraz commented on TAP5-1844:
-------------------------------------

Patch for 5.3 Branch:


Index: tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js
===================================================================
--- tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js       (Revision 1299618)
+++ tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js       (Arbeitskopie)
@@ -114,7 +114,10 @@
             var date = this.datePicker.getDate();

             var resultHandler = function(result) {
-                this.field.value = result;
+               if (this.field.value != result) {
+                    this.field.value = result;
+                    if (this.field.onchange) this.field.onchange();
+               }

                 this.hidePopup();

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Michael Wyraz (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205371#comment-13205371 ] 

Michael Wyraz commented on TAP5-1844:
-------------------------------------

To fix this, in datefeild.js change

                this.field.value = result;

to:

            	if (this.field.value != result) {
                    this.field.value = result;
                    if (this.field.onchange) this.field.onchange();
            	}

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252509#comment-13252509 ] 

Hudson commented on TAP5-1844:
------------------------------

Integrated in tapestry-trunk-freestyle #699 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/699/])
    TAP5-1844 : Datefield value must be validated after change (Revision 1325308)

     Result = SUCCESS
ffacon : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325308
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>             Fix For: 5.3.3, 5.4
>
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252421#comment-13252421 ] 

François Facon commented on TAP5-1844:
--------------------------------------

Thanks for the patch Michael, but this.field.onchange is no more implemented in tapestry.js.

I guess we better have to use event like the following code
 if (this.field.value != result) 
{ 
	Tapestry.currentFocusField = this.field;
	//fire an FOCUS_CHANGE_EVENT event to force inputValidation on field
	document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field);
						 
}

Regards
François

 

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon resolved TAP5-1844.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.3
    
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>             Fix For: 5.3.3, 5.4
>
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon reassigned TAP5-1844:
------------------------------------

    Assignee: François Facon
    
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Issue Comment Edited] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Issue Comment Edited JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252421#comment-13252421 ] 

François Facon edited comment on TAP5-1844 at 4/12/12 1:57 PM:
---------------------------------------------------------------

Thanks for the patch Michael, but this.field.onchange is no more implemented in tapestry.js.

I guess we better have to use event like the following code
 if (this.field.value != result) 
{ 
        this.field.value = result;
	Tapestry.currentFocusField = this.field;
	//fire an FOCUS_CHANGE_EVENT event to force inputValidation on field
	document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field);
						 
}

Regards
François

 
                
      was (Author: frafac):
    Thanks for the patch Michael, but this.field.onchange is no more implemented in tapestry.js.

I guess we better have to use event like the following code
 if (this.field.value != result) 
{ 
	Tapestry.currentFocusField = this.field;
	//fire an FOCUS_CHANGE_EVENT event to force inputValidation on field
	document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field);
						 
}

Regards
François

 

                  
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252505#comment-13252505 ] 

Hudson commented on TAP5-1844:
------------------------------

Integrated in tapestry-5.3-freestyle #21 (See [https://builds.apache.org/job/tapestry-5.3-freestyle/21/])
    TAP5-1844 : Datefield value must be validated after change (Revision 1325305)

     Result = SUCCESS
ffacon : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325305
Files : 
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>             Fix For: 5.3.3, 5.4
>
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Michael Wyraz (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227461#comment-13227461 ] 

Michael Wyraz commented on TAP5-1844:
-------------------------------------

Patch for 5.3 Branch:


Index: tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js
===================================================================
--- tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js       (Revision 1299618)
+++ tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js       (Arbeitskopie)
@@ -114,7 +114,10 @@
             var date = this.datePicker.getDate();

             var resultHandler = function(result) {
-                this.field.value = result;
+               if (this.field.value != result) {
+                    this.field.value = result;
+                    if (this.field.onchange) this.field.onchange();
+               }

                 this.hidePopup();

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Issue Comment Edited] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "François Facon (Issue Comment Edited JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252421#comment-13252421 ] 

François Facon edited comment on TAP5-1844 at 4/12/12 1:57 PM:
---------------------------------------------------------------

Thanks for the patch Michael, but this.field.onchange is no more implemented in tapestry.js.

I guess we better have to use event like the following code
 if (this.field.value != result) 
{ 
        this.field.value = result;
	Tapestry.currentFocusField = this.field;
	//fire an FOCUS_CHANGE_EVENT event to force inputValidation on field
	document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field);
						 
}

Regards
François

 
                
      was (Author: frafac):
    Thanks for the patch Michael, but this.field.onchange is no more implemented in tapestry.js.

I guess we better have to use event like the following code
 if (this.field.value != result) 
{ 
	Tapestry.currentFocusField = this.field;
	//fire an FOCUS_CHANGE_EVENT event to force inputValidation on field
	document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field);
						 
}

Regards
François

 

                  
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

--
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] [Commented] (TAP5-1844) Datefield not fires onchange event on changes

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252505#comment-13252505 ] 

Hudson commented on TAP5-1844:
------------------------------

Integrated in tapestry-5.3-freestyle #21 (See [https://builds.apache.org/job/tapestry-5.3-freestyle/21/])
    TAP5-1844 : Datefield value must be validated after change (Revision 1325305)

     Result = SUCCESS
ffacon : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325305
Files : 
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js

                
> Datefield not fires onchange event on changes
> ---------------------------------------------
>
>                 Key: TAP5-1844
>                 URL: https://issues.apache.org/jira/browse/TAP5-1844
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: Michael Wyraz
>            Assignee: François Facon
>             Fix For: 5.3.3, 5.4
>
>
> It's a "regression" to TAPESTRY-238
> in datefield.js when setting the field's value, onchange() must be called if it exists

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