Bug 1025590 - [RFE][TESTING][Search Runs] 'Reset' button cannot clear the condition fields after a search
Summary: [RFE][TESTING][Search Runs] 'Reset' button cannot clear the condition fields ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: TCMS
Classification: Other
Component: Application
Version: 3.8.5
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Yuguang Wang
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-01 03:00 UTC by Chen Chen
Modified: 2014-08-06 01:22 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 01:22:00 UTC
Embargoed:


Attachments (Terms of Use)

Description Chen Chen 2013-11-01 03:00:35 UTC
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.

Comment 2 cqi 2014-08-06 01:22:00 UTC
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.


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