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

Add CKEDITOR.dom.element#fireEventHandler method #2975

Closed
Comandeer opened this issue Mar 23, 2019 · 0 comments · Fixed by #2859
Closed

Add CKEDITOR.dom.element#fireEventHandler method #2975

Comandeer opened this issue Mar 23, 2019 · 0 comments · Fixed by #2859
Labels
changelog:api A changelog entry should be put in the API section of the changelog. status:confirmed An issue confirmed by the development team. type:feature A feature request.
Milestone

Comments

@Comandeer
Copy link
Member

Comandeer commented Mar 23, 2019

Type of report

Feature request

Provide description of the new feature

Sometimes there is a need to fire element's event handlers for given DOM event bypassing our internal event system. Let's add method for this use case:

element.fireEventHandler( 'eventName', evtPayload );
@Comandeer Comandeer added type:feature A feature request. status:confirmed An issue confirmed by the development team. changelog:api A changelog entry should be put in the API section of the changelog. labels Mar 23, 2019
@Comandeer Comandeer changed the title Add CKEDITOR.dom.element#fireDomEvent method Add CKEDITOR.dom.element#fireEventHandler method Mar 23, 2019
@f1ames f1ames added this to the 4.13.0 milestone Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:api A changelog entry should be put in the API section of the changelog. 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.

2 participants