Opened 8 years ago
Last modified 8 years ago
#16778 pending Bug
Maximize hides the toolbar, can't minimze.
Reported by: | Justin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Click on “Maximize” button to enter full-screen editing mode.
Expected result
Ability to use the toolbar, including minimizing the full-screen mode.
Actual result
The toolbar is hidden above the top of the window. A white gap appears at the bottom. I opened up dev tools and found div#page. In the CSS inspector, I got the page to re-render by unchecking position: static and then checking it again. This instantly caused the toolbar to be displayed, and the white gap at the bottom to disappear.
Other details (browser, OS, CKEditor version, installed plugins)
Firefox 50.0.1, Mac OSX 10.11.6, CKEditor 4.4.3 Plugins: Code Snippets, word counting, Linkit module, Media CKEditor, HTML snippets, and Table Resize
Can this issue be reproduced with latest CKEditor 4.6.1 without custom plugins?
Can this issue be reproduced on sdk - http://sdk.ckeditor.com/samples/classic.html?
If that is happening on your HTML page only, then perhaps you are using some custom styles there which conflict with the editor. If that is the case, could you please provide reduced sample html file which I could put on my server, run it and see the problem (this can be done in for of a sample like in ckeditor/samples/old)?