Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F8271092B for ; Tue, 27 May 2014 23:25:11 +0000 (UTC) Received: (qmail 59051 invoked by uid 500); 27 May 2014 23:25:10 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 59007 invoked by uid 500); 27 May 2014 23:25:10 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 58999 invoked by uid 99); 27 May 2014 23:25:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 23:25:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [50.198.33.210] (HELO mail.digitalprimates.net) (50.198.33.210) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 23:25:03 +0000 Received: from DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0]) by DPSBS1.digitalprimates.local ([fe80::5823:d1b4:86c2:3ad0%22]) with mapi id 14.02.0387.000; Tue, 27 May 2014 18:24:36 -0500 From: "Michael A. Labriola" To: "dev@flex.apache.org" Subject: RE: [Mustella] still failing, must fix Thread-Topic: [Mustella] still failing, must fix Thread-Index: AQHPdYnxSlyM01tipEeC5T3S+0qvJZtUXgKAgABTNwCAAA5+AIAAFjqAgAAZ8ICAADxhgIAABEwA//+uqzCAAFViAP//sJvggABXdgCAABwrgP//wUBw Date: Tue, 27 May 2014 23:24:35 +0000 Message-ID: References: <8A9083E5-7747-49B6-8975-25824E20964F@classsoftware.com> <07C19D54-11BB-4113-A52B-19ABBB1C2F7A@classsoftware.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [174.46.183.5] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org >- The Menu/MenuBar/Tree/DataGrid/MXItemRenderer failures are a result of t= he XMLListCollection change. I looked at MXItemRenderer and it appears tha= t the test is expecting an updateComplete when an XML node is added to the = collection. Does this no longer happen because the parent is not notified?= I haven't looked any deeper. I think this is likely due to the way XMLListAdapter handled updates. Basic= ally, it observed the XML for changes and then dispatched update events. I = am guessing we are getting out of sync with what's being watched with the n= ew way that source is reset. This is just a hunch, but an educated one. Mike