| Summary: | Create group resource type control temporarily displays "No items to display" if resource type query takes too long to execute | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Jeeva Kandasamy <jkandasa> | ||||
| Component: | UI | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.2 | CC: | hrupp, loleary, mazz, mfoley, tsegismo | ||||
| Target Milestone: | --- | ||||||
| Target Release: | JON 3.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 817825 | Environment: | |||||
| Last Closed: | 2014-08-27 21:39:41 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | 817825 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Jeeva Kandasamy
2013-09-24 12:43:05 UTC
Usability Issue: Now the problem is, if the server is located on remote(say in US) and the client is somewhere (say in India) with slower bandwidth network connectivity, initially the menu list as "No Items to Display" after few seconds it's listing all the available sub menus. I feel we might display "Loading..." on root menu and on sub menu trees "No items to display" if we really don't have any items to display on sub tree. Version: 3.2.0.ER1 Build Number: 54dd29c:464a643 GWT Version: 2.5.0 SmartGWT Version: 3.0 Created attachment 802211 [details]
no items to display
screen shot is attached
Seems like we should be able to set the value to "No items to display" once the query is done executing? Can't that be handled by an exception being thrown by the data handler and caught by the control. In other words, use "Loading..." by default and if the query returns 0 results, throw an exception indicating no data and then have the control catch that exception and change the value from "Loading..." to "No items to display"? Just a thought. I am also updating the BZ summary to properly reflect this new issue. The incorrect title and comment 0 was inherited from a clone of a related issue. |