From xap-commits-return-299-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Thu Aug 17 22:06:15 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 21045 invoked from network); 17 Aug 2006 22:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 22:06:14 -0000 Received: (qmail 4119 invoked by uid 500); 17 Aug 2006 22:06:14 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 4095 invoked by uid 500); 17 Aug 2006 22:06:14 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 4086 invoked by uid 99); 17 Aug 2006 22:06:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 15:06:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 15:06:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B33A41A981A; Thu, 17 Aug 2006 15:05:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r432409 - /incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js Date: Thu, 17 Aug 2006 22:05:53 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060817220553.B33A41A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mturyn Date: Thu Aug 17 15:05:52 2006 New Revision: 432409 URL: http://svn.apache.org/viewvc?rev=432409&view=rev Log: Y.a. attribute attributeSet should ignore found. Modified: incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js Modified: incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js?rev=432409&r1=432408&r2=432409&view=diff ============================================================================== --- incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js (original) +++ incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js Thu Aug 17 15:05:52 2006 @@ -414,6 +414,12 @@ return ; } + if( name=="displayerId"){ + // Not used except at start-up, where it's otherwise found + this._namespace = value ; + return ; + } + if( name=="onCommand"){ // This is an event we've already mapped-to; if the attribute // value has changed, that will only matter the next time it's