Bug 1086808
| Summary: | [ToolTips] GUI: VM type tooltip doesn't dissappear after opening Edit VM dialog with doubleclick | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Pavel Novotny <pnovotny> | ||||||
| Component: | ovirt-engine | Assignee: | Greg Sheremeta <gshereme> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 3.4.0 | CC: | awels, gklein, lsurette, rbalakri, Rhev-m-bugs, yeylon, ykaul | ||||||
| Target Milestone: | ovirt-3.6.0-rc | ||||||||
| Target Release: | 3.6.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-04-12 21:25:37 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
sounds like a duplicate of bug 1087042. @Alexander - will the patch for bug 1087042 (http://gerrit.ovirt.org/#/c/27325/) solve the "not-disappearing" problem for all "decorated" tool-tips? if so - probably need to close this one as duplicate of bug 1087042 and re-phrase the subject of bug 1087042 to reflect that we are taking care of the problem across the entire application. The patch for bug 1087042 solves this particular issue. I don't feel comfortable saying it solves ALL the issue, but it solves this particular one. Created attachment 934770 [details]
screenshot with 3.5 d/s
rhevm-webadmin-portal-3.5.0-0.10.master.el6ev.noarch
The issue still exists, see #3. Crap forgot to re-open this one when we reverted the patch that fixes this. So yes no surprise it failed QA. indeed - patch was reverted; once we will move to PatternFly tool-tips, this problem should be resolved. ok, ovirt-engine-webadmin-portal-3.6.0-0.0.master.20150412172306.git55ba764.el6.noarch |
Created attachment 885458 [details] Reproducing steps - screenshots Description of problem: The new-style tooltip box (implemented as <div class="gwt-DecoratedPopupPanel">), showing the VM type, doesn't disappear when a user opens the Edit VM dialog with doubleclick and closes it again. Even after user goes to different main tab (for example Hosts), the tooltip is still visible on top. Version-Release number of selected component (if applicable): rhevm-3.4.0-0.13.beta3.el6ev.noarch (av6) How reproducible: 100% Steps to Reproduce: 1. Have a serever VM. Hover over the VM type icon so the tooltip box "Server" is shown. 2. Without moving the mouse pointer, doubleclick and open the Edit VM dialog. 3. Close the dialog again (OK/Cancel, doesn't matter). 4. Switch to Hosts tab. Actual results: The tooltip box with "Server" text is displayed all the time, on top, so it covers the content on another tabs too. See screenshots. Expected results: At step 2 - immediately after doubleclicking on the VM row - the tooltip box should be dismissed. Additional info: The same tooltip box is also used for displaying comments of other entities (DC, cluster, etc.) so it could be reproduced with it as well. The workaround is to go back to VMs tab and hover over *any* VM type icon (if there are more VMs), it causes the "stuck" tooltip to be dismissed.