Closed (fixed)
Project:
CKEditor for WYSIWYG Module
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2013 at 06:27 UTC
Updated:
6 Sep 2013 at 23:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
webaccess commentedTry 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.)
Comment #2
quicksketchAlternatively, 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.
Comment #3
bmx269 commentedAfter some testing, the issue only happens when using the overlay then clicking fullscreen.
Comment #4
quicksketchThanks 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!
Comment #5.0
(not verified) commentedAdded "Drupal" to the toolbar reference, to clarify which toolbar.