Roundup Tracker - Issues

Issue 1195087

classification
classhelp + firefox compatibility
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed
:
: richard : pohly, richard
Priority: normal :

Created on 2005-05-04 09:56 by pohly, last changed 2005-05-04 09:56 by pohly.

Messages
msg1944 Author: [hidden] (pohly) Date: 2005-05-04 09:56
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();">
msg1945 Author: [hidden] (pohly) Date: 2005-05-04 10:58
Logged In: YES 
user_id=416927

I think that this problem was caused by Firefox's caching
of an older help_controls.js: at some point it suddenly
started to work, perhaps after I had forced a reload
somewhere.

I went back to an older version of my ~/.mozilla 
directory and the problem was back. I couldn't
figure out how I had fixed it before, so I deleted
the whole ~/.mozilla/firefox/default.cdh/Cache
and now it works.
History
Date User Action Args
2005-05-04 09:56:38pohlycreate