Using FireFox 1.5.0.8 on my PC at work:
-- I go to "View Issues", and I click on the various hyperlinks to load the lists of categories (eg: reporter, severity, status)
-- A message that says "Loading..." replaces the default text below the hyperlink.
-- I have a tool to inspect Ajax communication (Firebug console), and the server response looks ok. It returns an HTML select populated with the correct options.
-- The drop-down list of options never replaces the "Loading..." message.
Using MSIE at work: Works fine.
Using FireFox 1.0.6 at home: Works fine
Web server is Apache 2.2.3. Mantis is 1.0.6.
Here is a sample reply from the server to FireFox 1.5.0.8:
Code: Select all
200
<!-- handler_id_filter -->
<!-- Handler -->
<select name="handler_id[]">
<option value="0" selected="selected" >[any]</option>
<option value="-2" >[none]</option>
<option value="-1" >[Myself]</option>
<option value="10" >daskov</option>
<option value="9" >mantisadmin</option>
</select>
Any ideas? thanks.