When using the Full Screen editing button, in an overlay or not, the window takes the full screen as expected, but the controls are hidden under the Drupal toolbar, making them not accessible.

Comments

webaccess’s picture

Try this patch to solve the isssue.
I have hidden the toolbar when the editor is maximized and displayed the toolbar again on minimizing the toolbar.
--- Aaditya Walawalkar (Web Access India Pvt. Ltd.)

quicksketch’s picture

Alternatively, I think we could simply increase the z-index of the CKEditor toolbar so that it displays above the core toolbar. This problem doesn't seem to affect the D8 toolbar, which must be using a lower z-index than D7's toolbar.

bmx269’s picture

After some testing, the issue only happens when using the overlay then clicking fullscreen.

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new1.11 KB

Thanks guys and especially @webaccess for the patch. I've confirmed the problem and after trying out my approach (increasing the z-index), it doesn't seem like it would work. So instead I think the patch in #1 is the best approach, as it works and doesn't seem likely to cause any issues. I cleaned up the formatting of the patch a little and committed it to the project. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added "Drupal" to the toolbar reference, to clarify which toolbar.