[
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.