You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2011/10/17 23:47:10 UTC

[jira] [Commented] (TAP5-990) Add a ElementEffect of "none" that does no animation

    [ https://issues.apache.org/jira/browse/TAP5-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129237#comment-13129237 ] 

Hudson commented on TAP5-990:
-----------------------------

Integrated in tapestry-trunk-freestyle #579 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/579/])
    TAP5-990: Add a ElementEffect of "none" that does no animation

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185372
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js

                
> Add a ElementEffect of "none" that does no animation
> ----------------------------------------------------
>
>                 Key: TAP5-990
>                 URL: https://issues.apache.org/jira/browse/TAP5-990
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2, 5.1.0.5
>            Reporter: Giulio Micali
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> the show/update default effects causes sometimes a rendering bug, which stops javascript to work fine.
> Solution:
> Add the effect "none" and set to default for the Zone(and all other ajax-components) effect parameters: if an effect is wanted, it can be set manually.
> Here the code for the effect.
> 	Tapestry.ElementEffect.none =  function(element) {
> 			return element;
> 	}

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