Opened 11 years ago
Closed 11 years ago
#11125 closed defect (fixed)
TablePlugins leak ColorPalette instances
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
TablePlugins? leak ColorPalette? instances
The table plugins leak color palette instances as they're created on each 'click' instead of one time. They also need to be properly destroyed
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe I got everything.
Note: See
TracTickets for help on using
tickets.
(In [22125]) Fixing leaks of ColorPalette? instances as well as various jslint warnings. refs #11125