Message1944
With demo.py from the roundup 0.8.x maintenance branch
and Firefox 1.0.3, both running on x86 RH9 derived
distribution the classhelp popup does not work as
expected:
- PYTHONPATH=`pwd` python2.3 demo.py nuke
- log in as admin/admin
- create new issue
- enter "admin" in Nosy text field
- click on "Nosy (list)"
-> The content of the current frame is replaced with a
selection
list for users. "admin" is not selected. Pressing
"Apply" has no effect.
With IE this link works as expected:
- it opens a popup
- "admin" is selected
- "Apply" changes the text field in the other window
and closes the popup
The link in Firefox is:
http://localhost:9017/demo/user?@startwith=0&@template=help&properties=username,realname,address&property=nosy&form=itemSynopsis
The content of that page starts with:
<head>
<link rel="stylesheet" type="text/css"
href="@@file/style.css" />
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<title>nosy help - Roundup issue tracker</title>
<script language="Javascript" type="text/javascript">
// this is the name of the field in the
original form that we're working on
form = window.opener.document.itemSynopsis;
field = 'nosy';</script>
<script src="@@file/help_controls.js"
type="text/javascript"><!--
//--></script>
</head>
<body class="body" onload="resetList();">
|
|
Date |
User |
Action |
Args |
2009-02-03 14:21:20 | admin | link | issue1195087 messages |
2009-02-03 14:21:20 | admin | create | |
|