http://www.fckeditor.net/_temp/editor_layout.html


- We must have a single outer element holding the entire structure. That element will receive the size we want the entire editor to have, either in absolute size or percents. This size must be precisely respected in the output.
- The red and yellow bars have unknown and flexible heights.
- The central part of it as well as the iframe must fill the remaining height.

Re: Final editor DOM structure: call for help
Re: Final editor DOM structure: call for help
Actually, not being able to fix this issue, we're force to have the "height" setting of the editor being used for the height on the "inner area" (editing area), instead of the whole editor structure. It doesn't look like a big issue, bit it will make it impossible to have percent heights, to have the editor filling the entire page space.
I still have some hope, that anyone around there would come with a magic solution for it. But for now we'll be moving forward with the above "solution".
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Final editor DOM structure: call for help