Hide Forgot
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:
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