Editors buttons Issues in FireFox: Difference between revisions

From Joomla! Documentation

Oc666 (talk | contribs)
m add source for the bug tracker
Oc666 (talk | contribs)
No edit summary
Line 15: Line 15:
[[Category:Version 2.5 FAQ]]
[[Category:Version 2.5 FAQ]]
[[Category:Version 2.5.1 FAQ]]
[[Category:Version 2.5.1 FAQ]]
[[Category:Version 2.5.2 FAQ]]
[[Category:Version 2.5.3 FAQ]]

Revision as of 15:08, 15 March 2012

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