Opened 7 years ago

Last modified 7 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

  1. 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

Change History (1)

comment:1 Changed 7 years ago by Jakub Ś

Status: newpending

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)?

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy