I'm developing a ckeditor plugin which works in tandem with a sidebar. Various things that happen inside the editor have effects in the sidebar.
When the editor is maximized, through the maximize plugin, my sidebar disappears. I followed the plugin's code and it's pretty aggressive, moving everything that contains the editor to a high zindex, positioning the editor absolutely and taking all the window's available size.
Naturally, when my plugin is active, I want some space left on the side for the sidebar. I'd appreciate ideas on tackling this. a simple resize won't do because, as I wrote, the maximize plugin messes with the styles of several elements along the way.