Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-1695

Lightweight dialogs broken with Firefox 3.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.2.12-core
    • 1.0.12-core, 1.2.13-core
    • Components
    • None
    • Trinidad 1.2.12
      JSF 1.2_14 majorra
      Tomcat 6.0.20
      Firefox 3.6

    Description

      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 }

      Attachments

        Issue Links

          Activity

            People

              matzew Matthias Wessendorf
              tobias06 Tobias
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: