Closed nanobot248 closed 9 years ago
Is this from the latest release or from the master develop branch?
Duplicate of issue #21
This problem appeared in the latest release but has since been fixed in develop
.
You can fix this by adding the following lines to your main.css
file. (see commit 2a606f384758c1e9e93426d46fbf30a756709cc9 for details)
html, body.mce-content-body {
/* Fixes Post Editor */
height: inherit !important;
}
If you are seeing this in develop
please let me know what browser you are using and I reopen this issue and fix it.
After installing this theme in Wordpress 4.3.1, i had a very annoying problem. Whenever i was editing posts or pages, the editor kept growing on every key-press, mouse click, mouse move and other events. I don't know exactly what causes the problem, but the solution according to [1] is to add the following css statement:
body#tinymce {height:auto !important;}
I also posted this to the wordpress forum [2].
Regards, Andreas
[1] - http://thisishow.info/wordpress-tinymce-editor-window-height-grows-when-clicking-inside-or-moving-cursor [2] - https://wordpress.org/support/topic/texteditor-height-increases