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

Introduce PendingActions plugin #2934

Closed
pjasiun opened this issue May 8, 2018 · 0 comments · Fixed by ckeditor/ckeditor5-core#127
Closed

Introduce PendingActions plugin #2934

pjasiun opened this issue May 8, 2018 · 0 comments · Fixed by ckeditor/ckeditor5-core#127
Assignees
Labels
package:core type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@pjasiun
Copy link

pjasiun commented May 8, 2018

We need a PendingActionsplugin. The util plugin will aggregate information about long-lasting actions in the editor, like image upload, collaboration data synchronization or adding a comment. It needs to have 2 APIs:

  • for plugins, to add a pending action with the description, update description,
  • for integrators, to get information if there are any pending action when I want to close the editor, get descriptions, notice when a description change.
pjasiun referenced this issue in ckeditor/ckeditor5-core May 15, 2018
Feature: Introduced PendingActions plugin. Closes #126.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-core Oct 9, 2019
@mlewand mlewand added this to the iteration 18 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:feature This issue reports a feature request (an idea for a new functionality or a missing option). package:core labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:core type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants