Bug 1504001
| Summary: | [trello 6zsvyyYu] A tooltip uselessly always pop up with item name when mouse moves around | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Xingxing Xia <xxia> | ||||
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.7.0 | CC: | aos-bugs, jokerman, mmccomas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.7.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-10-31 12:58:28 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: | |||||||
| Attachments: |
|
||||||
https://github.com/openshift/origin-web-console/pull/2306 https://github.com/openshift/origin-web-catalog/pull/514 Commits pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/0a3c5b222cb98329b620df743a97fa90b14e9196 Bug 1504001 - Fix tooltip over entire dialog Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1504001 https://github.com/openshift/origin-web-console/commit/cad0684b898557659b8c82f34cf3cad98a5e15da Merge pull request #2306 from spadgett/fix-dialog-tooltip Automatic merge from submit-queue. Bug 1504001 - Fix tooltip over entire dialog Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1504001 See also #2228 See also https://github.com/openshift/origin-web-catalog/pull/514 The catalog changes were pulled into origin as part of https://github.com/openshift/origin-web-console/pull/2237 Verified in v3.7.0-0.184.0. Tool tip is not shown in any place within panel. |
Created attachment 1340649 [details] item_name_always_appear_when_mouse_moves_and_stops Description of problem: A tooltip uselessly always pop up with item name when mouse moves around, see attachment Version-Release number of selected component (if applicable): v3.7.0-0.158.0 How reproducible: Always Steps to Reproduce: 1. Login to web console, in home page click some item (serviceclass/image, or "Import YAML / JSON" link) to show the panel, e.g. "MySQL (Persistent)" 2. Move mouse around and stop it at any place (even blank place) in the panel Actual results: 2. The item's name "MySQL (Persistent)" always appears when mouse moves around. It seems not much useful to always appear Expected results: 2. The item's name "MySQL (Persistent)" need not always appear when mouse moves around Additional info: