Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 11501 invoked from network); 18 Jan 2010 18:09:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2010 18:09:17 -0000 Received: (qmail 10290 invoked by uid 500); 18 Jan 2010 18:09:17 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 10251 invoked by uid 500); 18 Jan 2010 18:09:17 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 10242 invoked by uid 99); 18 Jan 2010 18:09:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 18:09:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 18:09:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65FCF234C1F1 for ; Mon, 18 Jan 2010 10:08:54 -0800 (PST) Message-ID: <1624694801.316331263838134416.JavaMail.jira@brutus.apache.org> Date: Mon, 18 Jan 2010 18:08:54 +0000 (UTC) From: "Giulio Micali (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Created: (TAP5-990) Zone Javascript effects(show/update) Problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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.