Bug 1346996

Summary: Clicking x button in search box doesn't remove the search
Product: Red Hat CloudForms Management Engine Reporter: John Prause <jprause>
Component: UI - OPSAssignee: Greg Piatigorski <gpiatigo>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Nandini Chandra <nachandr>
Severity: high Docs Contact:
Priority: high    
Version: 5.6.0CC: cpelland, dajohnso, hkataria, jhardy, mpovolny, nachandr, obarenbo, simaishi, vparekh
Target Milestone: GAKeywords: ZStream
Target Release: 5.6.5   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:search
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1334527 Environment:
Last Closed: 2017-11-08 17:40:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1334527    
Bug Blocks: 1335223    

Comment 2 Greg Piatigorski 2016-08-12 21:12:38 UTC
Please disregard the GH issue link above, it was created and closed by accident. New PR is to follow.

Comment 3 Greg Piatigorski 2016-08-12 21:22:32 UTC
Code fix: https://github.com/ManageIQ/manageiq/pull/10453

Comment 4 Greg Piatigorski 2016-10-05 19:30:22 UTC
*** Bug 1335223 has been marked as a duplicate of this bug. ***

Comment 5 Greg Piatigorski 2016-10-05 19:31:46 UTC
*** Bug 1334527 has been marked as a duplicate of this bug. ***

Comment 7 CFME Bot 2017-09-08 17:59:03 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/8430b63e26412725bba89417496e50f034e6e523

commit 8430b63e26412725bba89417496e50f034e6e523
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Fri Aug 11 13:48:59 2017 -0700
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Wed Aug 23 12:13:28 2017 -0700

    Clear Search text value
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1346996

 app/assets/javascripts/miq_application.js    | 5 ++++-
 app/controllers/application_controller.rb    | 7 +++++++
 app/views/layouts/_searchbar.html.haml       | 2 +-
 app/views/layouts/_x_adv_searchbox.html.haml | 2 +-
 config/routes.rb                             | 1 +
 5 files changed, 14 insertions(+), 3 deletions(-)

Comment 8 Greg Piatigorski 2017-09-08 18:05:13 UTC
*** Bug 1462638 has been marked as a duplicate of this bug. ***