Bug 1325036 - Lost the title of all status options
Summary: Lost the title of all status options
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 5.0
Hardware: Unspecified
OS: Unspecified
low
low vote
Target Milestone: 5.0
Assignee: Jeff Fearn 🐞
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-08 01:42 UTC by Rony Gong 🔥
Modified: 2018-12-09 06:29 UTC (History)
5 users (show)

Fixed In Version: rh-bugzilla-5.0.3-rh2.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-06 07:49:58 UTC


Attachments (Terms of Use)

Description Rony Gong 🔥 2016-04-08 01:42:59 UTC
Description of problem:
Lost the title of all status options

In the Enter bug page, or open a bug, mouse over the status option, it should show the status's description, like NEW: Newly created bug

Version-Release number of selected component (if applicable):
5.0.2-rh3

How reproducible:
100%


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Matt Tyson 🤬 2016-05-13 00:08:04 UTC
Rony, Can you provide a screenshot? I don't see the problem myself.

Comment 2 Rony Gong 🔥 2016-05-13 01:21:33 UTC
It isn't easy to capture the screen, so let me explain the difference:

This option is caught from 4.4, it has title attribute.
<option id="v26_bug_status" title="A transient state between ASSIGNED and MODIFIED" value="POST">POST</option>

And this option is caught from 5.0, it doesn't have title attribute.
<div class="option" data-selectable="" data-value="POST">POST</div>

Comment 3 Rony Gong 🔥 2016-05-31 04:58:32 UTC
Tested in QA environment(5.0.3-rh1)
Result: Pass


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