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