Ticket #5060 (closed New Feature: fixed)
Allow registration of CKEDITOR.dialog event listeners in dialogDefinition event
| Reported by: | JoeK | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.2 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | IBM Confirmed | Cc: | dchojna@… |
Description
Within the CKEDITOR.dialog constructor, the CKEDITOR.dialog._ object is being set after the dialogDefinition event is fired. If the dialogDefinition event is used to register an event listener for a CKEDITOR.dialog event it will get overridden, removing the CKEDITOR.dialog._.events object.
In the CKEDITOR.dialog constructor, can the block of code that sets the CKEDITOR.dialog._ object be moved above where the dialogDefinition event is fired.
Change History
Note: See
TracTickets for help on using
tickets.
