You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2008/10/20 21:39:46 UTC

[jira] Resolved: (TOBAGO-709) JavaScript error when opening a popup

     [ https://issues.apache.org/jira/browse/TOBAGO-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-709.
----------------------------------

    Resolution: Fixed

> JavaScript error when opening a popup
> -------------------------------------
>
>                 Key: TOBAGO-709
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-709
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 1.0.19
>            Reporter: Rainer Rohloff
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.20
>
>
> When opening a popup there is a JavaScript error message.
> Zeile 966 
> Fehler: Ungültiges Argument .
> possible fix in tobago.js line 966
> --------------------------------------------
> old:           setTimeout(Tobago.lockPopupPage( id ), 100);
> new:           setTimeout("Tobago.lockPopupPage('" + id + "')", 100);

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