[ 
https://issues.apache.org/jira/browse/TRINIDAD-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804153#action_12804153
 ] 

Jed Smallwood commented on TRINIDAD-1695:
-----------------------------------------

I have seen that the resolution to this issue is in the 1.2.14-SNAPSHOT as of 
Jan 23, and the fix works for me at least.  My company embeds Trinidad and 
would like this fix so that we can operate on Firefox 3.6.  That said, it seems 
that the 1.2.13 is imminent.  Is that the case and will this fix be a part of 
1.2.13 and not 1.2.14?

> 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ßendorf
>            Priority: Critical
>             Fix For: 1.2.13-core 
>
>
> 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