Modify ↓
Ticket #449 (closed task: fixed)
Delegate function is not executed on non-active cases in case-control
| Reported by: | idbr | Owned by: | mpo |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | modules/kauri-forms | Version: | |
| Keywords: | delegate case | Cc: |
Description
Use case: we're using the delegate method to inform a TinyMCE-editor wrapped in a kauri control about dom moves, so it is initialized correctly in a dialog box.
As an extra, the aforementioned control is a case member of a case-control. When this case member isn't the default one, the editor is not reset, because of the delegate function not being triggered.
Test attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.