Bug 1015205 - Chart hovers get orphaned after screen refresh
Summary: Chart hovers get orphaned after screen refresh
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 4.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER04
: RHQ 4.10
Assignee: Mike Thompson
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: 1026607
TreeView+ depends on / blocked
 
Reported: 2013-10-03 16:08 UTC by Mike Thompson
Modified: 2014-04-23 12:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-23 12:31:33 UTC
Embargoed:


Attachments (Terms of Use)
Orphaned Hover (465.35 KB, image/jpeg)
2013-10-03 16:10 UTC, Mike Thompson
no flags Details

Description Mike Thompson 2013-10-03 16:08:39 UTC
Description of problem:
The new chart hovers from BZ 949750 persist on the screen after a refresh.


Version-Release number of selected component (if applicable): RHQ 4.10


How reproducible: always


Steps to Reproduce:
1. Hover over a bar
2. wait for a screen refresh (while hover remains)
3. Once the screen redraws the hover still exists

Actual results:
Hover stays on screen, but no way to get rid of hovers (because the bar that created it with a mouseover and destroys it with a mouseout is gone.



Expected results:
The hovers should disappear after x seconds or with a click.

Comment 1 Mike Thompson 2013-10-03 16:10:10 UTC
Created attachment 807163 [details]
Orphaned Hover

Comment 2 Mike Thompson 2013-10-03 17:35:07 UTC
Added a timeout that will automatically remove the hover after 5 seconds.

Committed to master: 85dba81

Comment 3 Mike Thompson 2013-10-08 15:54:50 UTC
This also needs:

master commit: e05af63

To fix issue with toggling visibility in between refreshes. If a refresh comes along and refreshes the screen the selected state can get confused with a new state and toggling becomes confused. To the user they just lose the ability of hovers after a refresh! To combat this, explicit hide/show eliminates the statefulness of the toggle command.

Comment 4 Heiko W. Rupp 2014-04-23 12:31:33 UTC
Bulk closing of 4.10 issues.

If an issue is not solved for you, please open a new BZ (or clone the existing one) with a version designator of 4.10.


Note You need to log in before you can comment on or make changes to this bug.