You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Giulio Micali (JIRA)" <ji...@apache.org> on 2010/01/18 19:08:54 UTC

[jira] Created: (TAP5-990) Zone Javascript effects(show/update) Problem

Zone Javascript effects(show/update) Problem 
---------------------------------------------

                 Key: TAP5-990
                 URL: https://issues.apache.org/jira/browse/TAP5-990
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.1.0.5
            Reporter: Giulio Micali


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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-990) Zone Javascript effects(show/update) Problem

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

Giulio Micali updated TAP5-990:
-------------------------------

    Component/s: tapestry-core

> Zone Javascript effects(show/update) Problem 
> ---------------------------------------------
>
>                 Key: TAP5-990
>                 URL: https://issues.apache.org/jira/browse/TAP5-990
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Giulio Micali
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-990) Zone Javascript effects(show/update) Problem

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

Giulio Micali updated TAP5-990:
-------------------------------

    Component/s: tapestry-core

> Zone Javascript effects(show/update) Problem 
> ---------------------------------------------
>
>                 Key: TAP5-990
>                 URL: https://issues.apache.org/jira/browse/TAP5-990
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Giulio Micali
>
> 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.
-
You can reply to this email to add a comment to the issue online.