#14695 closed Bug (invalid)
CKEditor maximize plugin issue
Reported by: | sravani | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Click on the ckeditor maximize button.
- Resize the window.
- click on the same ckeditor button to minimize.
Expected result
When we go back to minimize mode the ckeditor should fit to the resized browser window.
Actual result
ckeditor resizing to size the of the window before resizing the browser. This issue can reproduce only when we do resize the browser in the ckeditor maximize mode
Other details (browser, OS, CKEditor version, installed plugins)
reproducible in all browsers. OS:windows 7. version:ckeditor 4.3.3
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.7 |
comment:2 Changed 8 years ago by
Can you please guide where exactly i need to change the the ckeditor body to auto.Because I tried to changing that it's not working. In the maximize plugin.js restoring the styles that are saved when going to ckeditor maximize mode.Actually this styles are saved before browser resize.
comment:3 Changed 8 years ago by
In CKEditor samples body has fixed width of 960px where exactly i need to change the the ckeditor body to auto.
This wasn't CKEditor body but main page body element. Please go to ckeditor/samples/old/replacebycopde.html. Open it in a browser, change body width (using dev-tools to auto) and you will see.
In CKEditor samples body has fixed width of 960px. When you minimize browser window, body still has 960px and editor fills all that space. Changing body width to auto has solved this problem.