| Summary: | [ToolTip Widget] Invisible tooltips are not destroyed | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | 2.2 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
I set the priority to P2 as this leads to memory leak. Some more info. In Widget.js#destroy the call this.dispatchSimpleEvent( "destroy" ) returns false and tooltip is not added to disposed queue. Fixed in master with commit 5dd332e95fbd81fbb03b4485269bd7d9e97c5f72. |