Check the editor for memory leaks after interacting with it #1461
Labels
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:performance
This issue reports a performance issue or a possible performance improvement.
type:task
This issue reports a chore (non-production change) and other types of "todos".
During debugging/fixing the memory leaks of an editor that is created/destroyed (#1341) I've narrowed down my scope to only instantiating and destroying the editor. But reviewing some parts of code I've discovered that some features like
FocusCycler
,MutationObservers
adds listeners to DOM nodes and they can (AFAIR) add them during the editor lifecycle.In other words we still need to check the editor for any memory leaks that may occur while interacting with the editor. This will include:
If we found out any memory leaks (and I strongly believe that we still may) we should introduce another set of automated tests if possible.
The text was updated successfully, but these errors were encountered: