You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Lionel Touati (JIRA)" <ta...@jakarta.apache.org> on 2007/03/02 12:36:50 UTC

[jira] Created: (TAPESTRY-1312) When an EventListener updates a datepicker, the new date is not rendered to the user

When an EventListener updates a datepicker, the new date is not rendered to the user 
-------------------------------------------------------------------------------------

                 Key: TAPESTRY-1312
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1312
             Project: Tapestry
          Issue Type: Bug
    Affects Versions: 4.1.2
         Environment: Firefox / Windows
            Reporter: Lionel Touati
         Attachments: DatePicker.script

I'm trying to put up a sample to use two date pickers, and an event listener. When I change the value of the first one, the second should be updated. The code is working, and in Firebug I see the proper html back from the server with the correct date, however the page is not updated in firefox. 

This issue was raised by the fact the DatePicker does not automatically updates after being changed during the AJAX response.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1312) When an EventListener updates a datepicker, the new date is not rendered to the user

Posted by "Lionel Touati (JIRA)" <ta...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lionel Touati updated TAPESTRY-1312:
------------------------------------

    Attachment: DatePicker.script

Patched version that display the proper date

> When an EventListener updates a datepicker, the new date is not rendered to the user 
> -------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1312
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1312
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 4.1.2
>         Environment: Firefox / Windows
>            Reporter: Lionel Touati
>         Attachments: DatePicker.script
>
>
> I'm trying to put up a sample to use two date pickers, and an event listener. When I change the value of the first one, the second should be updated. The code is working, and in Firebug I see the proper html back from the server with the correct date, however the page is not updated in firefox. 
> This issue was raised by the fact the DatePicker does not automatically updates after being changed during the AJAX response.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1312) When an EventListener updates a datepicker, the new date is not rendered to the user

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1312.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.2
         Assignee: Jesse Kuhnert

Error was actually in the core xhr transferring of incoming node atttributes.

> When an EventListener updates a datepicker, the new date is not rendered to the user 
> -------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1312
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1312
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 4.1.2
>         Environment: Firefox / Windows
>            Reporter: Lionel Touati
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.2
>
>         Attachments: DatePicker.script
>
>
> I'm trying to put up a sample to use two date pickers, and an event listener. When I change the value of the first one, the second should be updated. The code is working, and in Firebug I see the proper html back from the server with the correct date, however the page is not updated in firefox. 
> This issue was raised by the fact the DatePicker does not automatically updates after being changed during the AJAX response.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org