WidgetRepository#checkWidgets should fire checkWidgets event, not the other way
Currently it's recommended to fire widgetsRepository#checkWidgets
which then triggers widgetsRepository#checkWidget
method. It's confusing. More natural will be if method will fire an event and the default listener will execute checkWidgets' current action.
Change History (4)
Owner: |
set to Piotrek Koszuliński
|
Status: |
new →
assigned
|
Milestone: |
→ CKEditor 4.3.1
|
Status: |
assigned →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Pushed t/11244 on dev and tests.