Ticket #5724 (closed Bug: fixed)
[Firefox] Maximize one editor instance make other instances uneditable
| Reported by: | brooks | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Firefox Confirmed Review+ | Cc: |
Description (last modified by fredck) (diff)
when there are multiple editor instances in one page, maximize one instance and then minimize it.this behavior will make other case uneditable any more.
Attachments
Change History
comment:1 Changed 3 years ago by garry.yao
- Keywords Confirmed added
- Milestone changed from CKEditor 3.4 to CKEditor 3.3
comment:2 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
- Keywords Review? added
comment:4 Changed 3 years ago by fredck
- Keywords Review- added; Review? removed
- Description modified (diff)
This code breaks if one of the editors is in source view. It must first check if the relative editor is in wysiwyg mode.
comment:5 Changed 3 years ago by fredck
- Description modified (diff)
Only checking one.document is not enough, because we may be on readonly mode (in the future).
comment:6 follow-up: ↓ 7 Changed 3 years ago by garry.yao
- Keywords Review? added; Review- removed
What about checking editor.mode == 'wysiwyg'? In the future readonly view, editor.mode == 'readonly', probably.
Note: See
TracTickets for help on using
tickets.

This's an unfixed case of #5660.