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
            Priority: Critical


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=a10.getBoxObjectFor(a8);\n

TypeError:a10.getBoxObjectFor is not a function { message="a10.getBoxObjectFor 
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=function(a8)
7040  {
7041  var a10=a8.ownerDocument;
7042  var a11=a10.getBoxObjectFor(a8);
7043  var a12={x:a11.screenX,y:a11.screenY};
7044  a11=a10.getBoxObjectFor(a10.documentElement);
7045  a12.x-=a11.screenX;
7046  a12.y-=a11.screenY;
7047  return a12;
7048  }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to