Opened 12 years ago
Closed 12 years ago
#8107 closed defect (fixed)
LinkDialog Editor Plugin Does Not Destory Constituents
Reported by: | ptwobrussell | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Editor | Version: | 1.2.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | changed from liucougar to bill |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [15988]) Fix leak where drop down wasn't being destroyed. Fixes #8106, #8107 !strict.