Bug 1325036

Summary: Lost the title of all status options
Product: [Community] Bugzilla Reporter: Rony Gong 🔥 <qgong>
Component: Bugzilla GeneralAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 5.0CC: huiwang, jmcdonal, mtahir, mtyson, qgong
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rh-bugzilla-5.0.3-rh2.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-06 07:49:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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