Opened 12 years ago
Closed 12 years ago
#9253 closed Bug (fixed)
Resize feature should be disabled for maximized editor
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
How to reproduce:
- Open http://ckeditor4.t/ckeditor/samples/replacebyclass.html
- Click maximize.
- Try to resize the editor with the resize triangle.
- Click minimize.
- The editor is totally collapsed into a vertical "line".
I guess that either resize should be disabled in maximized mode or it should at least have no impact on the editor.
Change History (6)
comment:1 Changed 12 years ago by
Status: | new → review |
---|
comment:2 Changed 12 years ago by
Status: | review → review_failed |
---|
Considering our skin files are published, let's just having the checked handled by the resize plugin instead, to reduce this extra effort on skin providers.
comment:3 Changed 12 years ago by
Status: | review_failed → review |
---|
Created branch t/9253b.
- Added maximize event to the maximize plugin.
- Now resize plugin observes the event and toggles the resizer according to the state.
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with b852334. Masterized.
Created dev branch. Ported v3 CSS solution.
Initially R+ by garry.yao.