You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/12/02 20:40:21 UTC

[jira] Resolved: (TAPESTRY-811) Palette javascript not compatible with ajax requests

     [ http://issues.apache.org/jira/browse/TAPESTRY-811?page=all ]

Jesse Kuhnert resolved TAPESTRY-811.
------------------------------------

    Resolution: Fixed

Refactored PaletteFunctions.js to attach functions to core tapestry object using tapestry.palette.<functionName> type semantics. Also deprecated and provided backwards compatible versions of the old functions in case anyone is using them.

> Palette javascript not compatible with ajax requests
> ----------------------------------------------------
>
>                 Key: TAPESTRY-811
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-811
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Contrib
>         Environment: ajax request/response
>            Reporter: Jesse Kuhnert
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>
> The scoping of variables used by the Palette scripts prevents their resolution when the scope changes because of ajax interactions. A fix would be to specify a clear scope on a couple of the key variables via the use of document.<variable name> = instead of <variable name> = .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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