Bug 698704

Summary: if not null, the message clearing timer should be canceled at top of MessageBar,onMessage() to prevent the timer from clearing the new message prematurely
Product: [Other] RHQ Project Reporter: Ian Springer <ian.springer>
Component: Core UIAssignee: Charles Crouch <ccrouch>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0.0.Beta2CC: ccrouch, hbrock, hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-03 16:58:25 UTC Type: ---
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:    
Bug Blocks: 585306    

Description Ian Springer 2011-04-21 14:51:26 UTC
messageCenter.notify(nonStickyMessageA);
// wait 29 seconds
messageCenter.notify(nonStickyMessageB);
// 1 second later, the 30-second timer created to clear message A will expire and clear message B 29 seconds prematurely

Comment 1 Ian Springer 2011-04-21 15:06:47 UTC
Fixed - [master 36b2ef4].

Comment 2 Mike Foley 2011-06-13 19:08:11 UTC
i am seeing messages displayed, and cleared, properly.

Comment 5 Heiko W. Rupp 2013-09-03 16:58:25 UTC
Bulk closing of old issues that are in VERIFIED state.