Opened 11 years ago
Closed 11 years ago
#12781 closed New Feature (fixed)
Support multiple editors creation in CKEditor bender plugin
| Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
It should be possible to create multiple editors in the single tests suit. Also init method should not be locked, if bender.editor property is used.
Change History (3)
comment:1 Changed 11 years ago by
| Owner: | set to Piotr Jasiun |
|---|---|
| Status: | new → assigned |
comment:2 Changed 11 years ago by
| Milestone: | → CKEditor 4.5.0 |
|---|---|
| Status: | assigned → review |
comment:3 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
Merged to major with git:af2b59d.
Please send an email to the team to notify them about the new options and to warn about merging from master to major.

Changes:
bender.editorsis defined, multiple editors will be created and available the same waybender.editorworks,bender.editorsConfigis defined, it will be merged with config of editors inbender.editors,bender.editor/bender.editorsnow can haveinitorasync:initmethod,setUpEditormethod was removed and all tests which used that method were rewritten tobender.editors,createTestsForEditorsnow need editor names instead of instanced as a first parameter.I also created tests for the new features and run all tests on Chrome, Safari, IE11 and IE8. Everything seems to work fine.