Bug 603772
| Summary: | SearchBar doesn't "blank out" welcome message | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Joseph Marques <jmarques> |
| Component: | Core UI | Assignee: | Joseph Marques <jmarques> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sunil Kondkar <skondkar> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.0.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-12 16:44: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: | |||
|
Description
Joseph Marques
2010-06-14 14:41:55 UTC
commit 316150fef98fce297e4454a9d715d27f70d616cb
Author: Joseph Marques <joseph>
Date: Mon Jun 14 10:45:41 2010 -0400
BZ-603769, 603772: enable SearchBar prefill functionality, fix welcomeMessage handling
BZ-603769:
* delay the construction of the SearchBar until the SavedSearchManager is fully loaded
* add method to allow propagation of default search information from JSF context
* add handler to execute search immediately if searchText is propagated
* add handler to activate saved search immediately if a named search pattern is propagated
BZ-603772:
* use DOM.addNativePreviewHandler instead of DOM.setEventListener
** this ensures that the prepareSearchExecution is the first handler in the stack
Verified on JON 2.4 GA_QA build When searchbar is prepopulated with "search for resources" or "search for groups", clicking on OK button blanks out the welcome message and search results are displayed. Mass-closure of verified bugs against JON. |