Hide Forgot
Description of problem: Go to 'TESTING'->'Search Runs' page, input some search conditions, click 'Search' button, after the results are shown, click 'Reset' button, at this time 'Reset' button cannot clear the condition fields. Version-Release number of selected component (if applicable): 3.8.5 How reproducible: 100% Steps to Reproduce: 1.Go to 'TESTING'->'Search Runs' page, input some search conditions, click 'Search' button. 2.after the results are shown, click 'Reset' button Actual results: 2.'Reset' button cannot clear the condition fields. Expected results: 2.'Reset' button can clear the condition fields. Additional info: Before do a search, 'Reset' can clear the condition fields.
Reset button is a simple and primordial HTML form input element without any other modification with JavaScript. Thus, reset button resets each INPUT's value back to the original in the INPUT value attribute, not clear text box. Search Runs feature is capable of remembering previous search criteria entered and selected by user. This is why the fact this bug is describing happens.