Issue 795348
Created on 2003-08-26 13:27 by anonymous, last changed 2003-08-28 05:01 by richard.
msg941 |
Author: [hidden] (anonymous) |
Date: 2003-08-26 13:27 |
|
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
|
msg942 |
Author: [hidden] (richard) |
Date: 2003-08-28 05:01 |
|
Logged In: YES
user_id=6405
No likely. The window.opener.document part is essential to the
functioning of the widget. Sorry, but until someone ponies up some code
that does it some other way, that isn't going to work for IE / Opera
users. Note that you can still cut-n-paste the IDs just like in the old days
before we had this Javascript hackery-giggery :)
|
|
Date |
User |
Action |
Args |
2003-08-26 13:27:50 | anonymous | create | |
|