Bug 652294 - bug 637069 Status fields look weird
Summary: bug 637069 Status fields look weird
Keywords:
Status: CLOSED DUPLICATE of bug 822804
Alias: None
Product: Bugzilla
Classification: Community
Component: User Interface
Version: 3.4
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-11 15:16 UTC by Paolo Bonzini
Modified: 2025-10-16 23:28 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-10-09 07:23:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Paolo Bonzini 2010-11-11 15:16:23 UTC
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&nbsp;as&nbsp;</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">&lt;missing
        bug number&gt; (<a href="#" id="dup_id_edit_action">edit</a>)
      </span><input id="dup_id" name="dup_id" size="6" value="">
    </span>

Comment 1 Jeff Fearn 🐞 2012-05-30 04:41:20 UTC
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.

Comment 2 Paolo Bonzini 2012-05-30 07:26:32 UTC
Still reproducible.

Comment 3 Simon Green 2012-06-20 06:15:25 UTC
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

Comment 4 Paolo Bonzini 2012-07-02 10:02:31 UTC
Except I do have Javascript enabled.

Comment 5 Simon Green 2012-10-09 07:23:12 UTC

*** This bug has been marked as a duplicate of bug 822804 ***


Note You need to log in before you can comment on or make changes to this bug.