Bug 1580509
Summary: | vm.modalHeader.title tooltips for popup titles | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Filip Balák <fbalak> | ||||||||
Component: | web-admin-tendrl-ui | Assignee: | Kanika Murarka <kmurarka> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Filip Balák <fbalak> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rhgs-3.4 | CC: | julim, negupta, nthomas, rhs-bugs, sankarshan | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | RHGS 3.4.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | tendrl-ui-1.6.3-6.el7rhgs | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2018-09-04 07:06:51 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: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1503137 | ||||||||||
Attachments: |
|
Created attachment 1439698 [details]
Expand cluster
Created attachment 1439699 [details]
Unmanage cluster
This seems to be some issue with our custom modal header component. We might need to replace it with angular patternfly component - pfModalOverlay[1]. This change has impact on 6 views in Tendrl and ETA for it is 2-3 days. Since, we are migrating all of the views to react step by step, pfModalOverlay also needs to be changed later. I feel that we can pick this issue up, whenever we will migrate the views containing custom modal. @ju What are your thoughts? 1. https://www.patternfly.org/angular-patternfly/#/api/patternfly.modals.componenet:pfModalOverlay There are currently no tooltips for popup headers and as I don't see any tooltips in design document (https://redhat.invisionapp.com/share/8QCOEVEY9#/screens/244820318) I move it to VERIFIED. Tested with: tendrl-ansible-1.6.3-5.el7rhgs.noarch tendrl-api-1.6.3-4.el7rhgs.noarch tendrl-api-httpd-1.6.3-4.el7rhgs.noarch tendrl-commons-1.6.3-8.el7rhgs.noarch tendrl-grafana-plugins-1.6.3-6.el7rhgs.noarch tendrl-grafana-selinux-1.5.4-2.el7rhgs.noarch tendrl-monitoring-integration-1.6.3-6.el7rhgs.noarch tendrl-node-agent-1.6.3-8.el7rhgs.noarch tendrl-notifier-1.6.3-4.el7rhgs.noarch tendrl-selinux-1.5.4-2.el7rhgs.noarch tendrl-ui-1.6.3-6.el7rhgs.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2616 |
Created attachment 1439697 [details] Host list Description of problem: All tooltips for popup titles contain `vm.modalHeader.title` text. Version-Release number of selected component (if applicable): tendrl-ansible-1.6.3-4.el7rhgs.noarch tendrl-api-1.6.3-3.el7rhgs.noarch tendrl-api-httpd-1.6.3-3.el7rhgs.noarch tendrl-commons-1.6.3-5.el7rhgs.noarch tendrl-grafana-plugins-1.6.3-3.el7rhgs.noarch tendrl-grafana-selinux-1.5.4-2.el7rhgs.noarch tendrl-monitoring-integration-1.6.3-3.el7rhgs.noarch tendrl-node-agent-1.6.3-5.el7rhgs.noarch tendrl-notifier-1.6.3-3.el7rhgs.noarch tendrl-selinux-1.5.4-2.el7rhgs.noarch tendrl-ui-1.6.3-2.el7rhgs.noarch How reproducible: 100% Steps to Reproduce: 1. Prepare WA with imported cluster and some nodes to expand cluster. 2. On `Clusters` page Click on number in Hosts column. 3. Popup with list of hosts for cluster appears. 4. Move cursor over title (Hosts on <cluster-if>). 5. Exit popup. 6. Open kebab menu next to cluster and click on `Unmanage`. 7. Popup with warning about unmanage appears. 8. Move cursor over title (Unmanage Cluster). 9. Exit popup. 10. Open kebab menu next to cluster and click on `Expand`. 7. Popup with list of hosts to expand appears. 8. Move cursor over title (Expand <cluster-id>). Actual results: All tooltips for popup titles contain `vm.modalHeader.title`. Expected results: There should be correct text related to the titles or tooltips should be removed. Additional info: