Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEDBBDCE1 for ; Mon, 17 Dec 2012 09:02:42 +0000 (UTC) Received: (qmail 68026 invoked by uid 500); 17 Dec 2012 09:02:42 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 67967 invoked by uid 500); 17 Dec 2012 09:02:40 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 67912 invoked by uid 99); 17 Dec 2012 09:02:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 09:02:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjmu-myfaces-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 09:02:30 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TkWaZ-0002FJ-Eo for users@myfaces.apache.org; Mon, 17 Dec 2012 10:02:19 +0100 Received: from cm209-171.liwest.at ([81.10.209.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2012 10:02:19 +0100 Received: from werner.punz by cm209-171.liwest.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2012 10:02:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@myfaces.apache.org From: Werner Punz Subject: Re: and IE8 Date: Mon, 17 Dec 2012 10:02:07 +0100 Lines: 40 Message-ID: References: <50CC8CEE.8010603@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm209-171.liwest.at User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <50CC8CEE.8010603@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Am 15.12.12 15:45, schrieb Werner Punz: >> tried your test project with the same result. It works only in the >> compatibility mode of IE8. The Same error in the standard mode. >> >> BUT, when I remove the XHTML DocType line both tests work fine!!! >> >> Are you sure that you are not in the compatibility mode in your XP test >> environment? The error occurs not only on my local PC but also on every >> other IE8 XP installation in our company. >> >> Kind regards >> Wahid >> > Hi I tried now with various patch levels of IE 8 on XP, again no > failure. I will give you a custom project on monday with more detailed > debugging output so that I can get an idea what is happenening there. Hi I added another testproject which does have a split import of the entire ajax framework with detailed console output of the part where I think it fails: http://people.apache.org/~werpu/testProject2.tar.bz2 You can start it the same way as before. Following: please open your debugging console with f12 enable javascript debugging and then give me the last 2-3 lines of the console output before it fails, this gives me the exact location where the problem is raised. You also can debug into it by setting a breakpoint on following section. File _AjaxRequest.js line 199 function send, then you can step through and tell me more detailed on where the object excpected error is thrown. Again thanks for your patience we will nail this down and fix it. Werner