Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 377917

Summary: [Animation] User can trigger event during hide animations
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ivan, tbuschto
Version: 1.5   
Target Milestone: 1.5 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-04-27 10:24:37 EDT
When a hide animation (fly out, fade out, etc) is slow enough for the user to interact with the disappearing element, this can lead to several glitches, especially if the widget is beeing disposed. All user events on elements that are in a hide-animation should be blocked completely.
Comment 1 Tim Buschtoens CLA 2012-04-27 10:29:18 EDT
Fixed in CVS HEAD by blocking events on a dom-level in the disappearing element. Since this works with a feature only "real" dom-events have (stopproppagation), the test i wrote does not work correctly. I still added it (commented), since it could be activated if we switched to "real" (native) faked dom events in the fixture.