Ticket #8107 (closed defect: fixed)

Opened 8 weeks ago

Last modified 5 weeks ago

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

Changed 7 weeks ago by bill

  • owner changed from liucougar to bill
  • status changed from new to assigned
  • milestone changed from tbd to 1.3

Changed 5 weeks ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

(In [15988]) Fix leak where drop down wasn't being destroyed. Fixes #8106, #8107 !strict.

Note: See TracTickets for help on using tickets.