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.
Created attachment 807163 [details] Orphaned Hover
Added a timeout that will automatically remove the hover after 5 seconds. Committed to master: 85dba81
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.
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.