You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2010/02/04 10:14:29 UTC

[jira] Commented: (TRINIDAD-1695) Lightweight dialogs broken with Firefox 3.6

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

Matthias Weßendorf commented on TRINIDAD-1695:
----------------------------------------------

this has been applied to 10x as well:

http://svn.apache.org/viewvc?view=revision&revision=902065

> 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.0.12-core, 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.