Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKEDITOR.filter should expose a way to bind standalone instance with editor to prevent memory leaks #2466

Closed
jacekbogdanski opened this issue Oct 9, 2018 · 0 comments · Fixed by #1770
Assignees
Labels
status:confirmed An issue confirmed by the development team. type:feature A feature request.

Comments

@jacekbogdanski
Copy link
Member

Type of report

Feature request

Provide description of the new feature

Currently, standalone CKEDITOR.filter instance cannot be removed during destroying editor because it doesn't contain a reference to the editor itself. We should add an optional way to bind filter and editor. Because of the polymorphic constructor, this request is pretty tricky, although we could move rules to the second constructor position as an optional parameter:

new CKEDITOR.filter( editorOrRules, [rules] )

@jacekbogdanski jacekbogdanski added type:feature A feature request. status:confirmed An issue confirmed by the development team. labels Oct 9, 2018
@jacekbogdanski jacekbogdanski self-assigned this Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:confirmed An issue confirmed by the development team. type:feature A feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant