Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 79882 invoked from network); 1 Aug 2008 15:22:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 15:22:00 -0000 Received: (qmail 77422 invoked by uid 500); 1 Aug 2008 15:21:55 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 77383 invoked by uid 500); 1 Aug 2008 15:21:55 -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 77372 invoked by uid 99); 1 Aug 2008 15:21:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 08:21:55 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [15.201.24.20] (HELO g4t0017.houston.hp.com) (15.201.24.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 15:20:58 +0000 Received: from G1W0401.americas.hpqcorp.net (g1w0401.americas.hpqcorp.net [16.236.31.6]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by g4t0017.houston.hp.com (Postfix) with ESMTP id 7E75A38896 for ; Fri, 1 Aug 2008 15:20:54 +0000 (UTC) Received: from G5W0323.americas.hpqcorp.net (16.228.8.68) by G1W0401.americas.hpqcorp.net (16.236.31.6) with Microsoft SMTP Server (TLS) id 8.1.263.0; Fri, 1 Aug 2008 15:19:56 +0000 Received: from GVW1124EXC.americas.hpqcorp.net ([16.228.24.184]) by G5W0323.americas.hpqcorp.net ([16.228.8.68]) with mapi; Fri, 1 Aug 2008 15:19:55 +0000 From: "Povalahev, Lev" To: MyFaces Discussion Date: Fri, 1 Aug 2008 15:19:55 +0000 Subject: [Tomahawk] 1.1.6 inputCalendar wrong position IE6 Thread-Topic: [Tomahawk] 1.1.6 inputCalendar wrong position IE6 Thread-Index: Acjz6g1Ebbf2QO3/TzeSIRD1HRe5UA== Message-ID: <5D9E175560FB914BBA20FB5CA8C746122B57391694@GVW1124EXC.americas.hpqcorp.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Virus-Checked: Checked by ClamAV on apache.org I just upgraded from 1.1.1 to 1.1.6 and the inputCalendar components isn't = working properly. The popup calender is showing OK in firefox but shows at = the wrong position in IE6. It looks like the position is 2x and 2y, where x= and y are correct left and top offsets. In the popcalendar.js if I set the toppos and leftpos to 0 after the loop i= n lines 1323-1336 the x-y-position is correct in IE6, though it still has t= he wrong z-index and now shows wrong in FF. inputCalendar in 1.1.1 worked fine. Any suggestions what can be done or something I overlooked? Regards -Lev