Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 27771 invoked from network); 16 Nov 2008 13:00:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2008 13:00:07 -0000 Received: (qmail 93134 invoked by uid 500); 16 Nov 2008 13:00:14 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 93066 invoked by uid 500); 16 Nov 2008 13:00:14 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 93055 invoked by uid 99); 16 Nov 2008 13:00:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2008 05:00:13 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [93.93.131.52] (HELO haggis.mythic-beasts.com) (93.93.131.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2008 12:58:51 +0000 Received: from 87-194-223-167.bethere.co.uk ([87.194.223.167] helo=[192.168.1.70]) by haggis.mythic-beasts.com with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1L1hDy-0001MC-Ra for dev@cocoon.apache.org; Sun, 16 Nov 2008 12:59:35 +0000 Message-Id: From: Jeremy Quinn To: dev@cocoon.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Very early 2.1.12-dojo1_1-dev committed Date: Sun, 16 Nov 2008 12:59:28 +0000 References: X-Mailer: Apple Mail (2.929.2) X-BlackCat-Spam-Score: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.1 Hi Roy Sorry, I have been off with the flu .... This is fantastic news !! Well done !! I'll integrate and test what you have done, then try to get a build with 1.2.n committed asap. Thanks again regards Jeremy On 12 Nov 2008, at 08:00, lingerer huang wrote: > Hi,Jeremy > > Just after my last mail, I check the new dojo 1.2.1 and pack it to > jar . The > error is still about onkey,but this time I found the problem. > > From dojo 1.2 the dijit.form.ValidationTextBox source has change its > code > from "onkeyup:_onkeyup" to "onkeyup:_update",you have 6 files > affected by > this. > And the dijit.form.TextBox remove "onkeyup".TextArea.js is affected > by this. > > I change these 7 files and now your version is under dojo 1.2.1 !The > attachment file is patch, you could try it, hope it help. > > And after doing this ,I found my encoding problem is a bit > different. My > change works under IE and Google chrome, but not under FF 3. because > chrome > is using M$'s IE component, the encoding problem maybe IS a IE > problem only. > > Regards, > > Roy Huang >