Ticket #8107 (closed defect: fixed)
LinkDialog Editor Plugin Does Not Destory Constituents
| Reported by: | ptwobrussell | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Editor | Version: | 1.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | avk@… |
Description
The LinkDialog? plugin creates a TooltipDialog? but never explicitly disposes of it. A patch like this one may do the trick:
uninitialize: function() {
this.inherited(arguments);
this.dropDown.destroyRecursive(); }
See also #8106
Change History
Note: See
TracTickets for help on using
tickets.