| Summary: | Lost the title of all status options | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Rony Gong 🔥 <qgong> |
| Component: | Bugzilla General | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.0 | CC: | 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
Rony, Can you provide a screenshot? I don't see the problem myself. 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> Tested in QA environment(5.0.3-rh1) Result: Pass |