Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 60287 invoked from network); 24 Jan 2010 10:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2010 10:18:42 -0000 Received: (qmail 68078 invoked by uid 500); 24 Jan 2010 10:18:41 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 68008 invoked by uid 500); 24 Jan 2010 10:18:41 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 68000 invoked by uid 99); 24 Jan 2010 10:18:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2010 10:18:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2010 10:18:39 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2683A234C4AA for ; Sun, 24 Jan 2010 02:18:18 -0800 (PST) Message-ID: <1722234116.9351264328298156.JavaMail.jira@brutus.apache.org> Date: Sun, 24 Jan 2010 10:18:18 +0000 (UTC) From: =?utf-8?Q?Matthias_We=C3=9Fendorf_=28JIRA=29?= To: dev@myfaces.apache.org Subject: [jira] Commented: (TRINIDAD-1695) Lightweight dialogs broken with Firefox 3.6 In-Reply-To: <1589802391.406701264116774386.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TRINIDAD-1695?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 2804215#action_12804215 ]=20 Matthias We=C3=9Fendorf commented on TRINIDAD-1695: ---------------------------------------------- well, it means that it will be fixed, starting with 1.2.13; the vote is on the dev@ list now. I committed the change on Friday; Saturda= y I started the release procedure and part of that is updating the pom vers= ions to 1.2.14-SNAPHOT; > Lightweight dialogs broken with Firefox 3.6 > ------------------------------------------- > > Key: TRINIDAD-1695 > URL: https://issues.apache.org/jira/browse/TRINIDAD-1695 > Project: MyFaces Trinidad > Issue Type: Bug > Components: Components > Affects Versions: 1.2.12-core > Environment: Trinidad 1.2.12 > JSF 1.2_14 majorra > Tomcat 6.0.20 > Firefox 3.6 > Reporter: Tobias Freier > Assignee: Matthias We=C3=9Fendorf > Priority: Critical > Fix For: 1.2.13-core=20 > > > We have a major problem with the lightweight dialogs and the new firefox = 3.6. It's just not working anymore. > In Firebug I get this error: > [object Object] > http://myserver/adf/jsLibs/Common1_2_12.js > Line 7042 > [Break on this error] var a11=3Da10.getBoxObjectFor(a8);\n > TypeError:a10.getBoxObjectFor is not a function { message=3D"a10.getBoxOb= jectFor is not a function", more... } > Looks like Firefox killed the function getBoxObjectFor. > a10 is a Document > a8 is body > Code at this place is: > 7037 if(_agent.isGecko) > 7038 { > 7039 TrUIUtils._getElemLoc=3Dfunction(a8) > 7040 { > 7041 var a10=3Da8.ownerDocument; > 7042 var a11=3Da10.getBoxObjectFor(a8); > 7043 var a12=3D{x:a11.screenX,y:a11.screenY}; > 7044 a11=3Da10.getBoxObjectFor(a10.documentElement); > 7045 a12.x-=3Da11.screenX; > 7046 a12.y-=3Da11.screenY; > 7047 return a12; > 7048 } --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.