Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.2.12-core
-
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=
;
7044 a11=a10.getBoxObjectFor(a10.documentElement);
7045 a12.x-=a11.screenX;
7046 a12.y-=a11.screenY;
7047 return a12;
7048 }
Attachments
Issue Links
- is cloned by
-
TRINIDAD-1701 Firefox 3.6 has removed the getBoxObjectFor() function - <tr:panelPopup> and possible other components non functional
- Resolved