Description of problem: In bug 637069 the Status field (which is CLOSED/ERRATA) looks weird. The CLOSED part is not editable (which may be okay, though I'll point out that it is different from other bugs in CLOSED/ERRATA state) and after "ERRATA" you can see the "of [textbox]" part that should only be there for duplicate bugs. HTML code confirms that part of the "duplicate" template is being used: <a name="bug_status_bottom"></a><div id="status">CLOSED <input type="hidden" name="bug_status" value="CLOSED"> <noscript><br>resolved as </noscript> <span id="resolution_settings"><select id="resolution" name="resolution"> [...] </select> [...] <noscript><br> duplicate</noscript> <span id="duplicate_settings">of <span id="dup_id_container" class="bz_default_hidden"><missing bug number> (<a href="#" id="dup_id_edit_action">edit</a>) </span><input id="dup_id" name="dup_id" size="6" value=""> </span>
As part of the recent Bugzilla 2.4 upgrade the Bugzilla team are cleaning up bugs opened against old versions of Bugzilla. This bug has been flagged as an old bug and will be CLOSED WONTFIX in 7 days time. If you believe this bug is an issue in the latest Bugzilla version please comment on this bug within 7 days. Doing so will ensure this bug is not closed automatically. Thanks, the Bugzilla team.
Still reproducible.
CLOSED ... resolved as ERRATA ... duplicate of _____ is the expected output if you have Javascript disabled. This allows you to change the bug from CLOSED ERRATA to CLOSED DUPLICATE. Having the three parts on separate lines makes it easier to understand (hopefully) -- simon
Except I do have Javascript enabled.
*** This bug has been marked as a duplicate of bug 822804 ***