Roundup Tracker - Issues

Message941

Author anonymous
Recipients
Date 2003-08-26.13:27:50
Message-id
In-reply-to
Roundup 0.6.0 (Python 2.3)
In the Issue-Editing dialog clicking on one of the
'list'-links, getting the new window there occurs a
JavaScript Exception (No such variable 'original_field'
line 104 in help_controls.js).
In line 4 of help_controls.js you call
<code>original_field =
window.opener.document.itemSynopsis[field].value;</code>
where 'window.opener.document' is not (or no more)
valid in every browser (problem with opera and IE).
Is there the possibility to fix this?

Thanks

Marcel Bihr

mailto:czbima@ocag.ch
History
Date User Action Args
2009-02-03 14:20:27adminlinkissue795348 messages
2009-02-03 14:20:27admincreate