Bug 1026607
| Summary: | [UXD] The hovers disappear to quickly. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Mike Thompson <mithomps> |
| Component: | Usability | Assignee: | Mike Thompson <mithomps> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.2 | CC: | myarboro |
| Target Milestone: | ER07 | ||
| Target Release: | JON 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-02 20:42:56 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: | 1015205 | ||
| Bug Blocks: | |||
|
Description
Mike Thompson
2013-11-05 03:42:53 UTC
I have increased the timeout from 5 seconds to 15 seconds. A timeout is required to keep the hovers from becoming orphaned on a screen refresh. Hovers are activated by onMouseOver, and release by onMouseOut. Now, if a mouseout never occurs and a screen refresh occurs then the hover is left orphaned and *there is no way to get rid of it*. Yes, it stays stuck on your screen. That is why we have the timeout on the hovers. This was committed to master as: e30123d Waiting for approval to commit to release/jon3.2.x This was approved and has been pushed to release/jon3.2.x: b9696de Moving to ON_QA as available for testing with new brew build. Mass moving all of these from ER6 to target milestone ER07 since the ER6 build was bad and QE was halted for the same reason. |