Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyMCE height increases on every click, keypress, ... #32

Closed
nanobot248 opened this issue Oct 17, 2015 · 3 comments
Closed

TinyMCE height increases on every click, keypress, ... #32

nanobot248 opened this issue Oct 17, 2015 · 3 comments

Comments

@nanobot248
Copy link

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

@ProjectCleverWeb
Copy link
Owner

Is this from the latest release or from the master develop branch?

@ProjectCleverWeb
Copy link
Owner

Duplicate of issue #21

@ProjectCleverWeb
Copy link
Owner

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 2a606f3 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants