Editors buttons Issues in FireFox

From Joomla! Documentation

Revision as of 17:10, 1 September 2012 by JoomlaWikiBot (talk | contribs) (→‎See also: clean up categories with <noinclude> tags)

When you are inserting images or page break (on tinyMCE), the location of the item you added is on beginning position of the article and not the original location when the mouse cursor was before press the button.

For fixing this issue, you'll require to add the next css code to the end of the file media/system/css/modal.css:

@-moz-document url-prefix() {
    .body-overlayed {
	overflow: visible;
    }
}

See also[edit]