I'm using the Arc Materia Theme which has a background image at the top. when tinymce is activated, the exact same background appears in the tinymce textbox (refer to attached for screenshot) which i believe shouldn't be the case.

I couldn't really figure if this module is at fault or the theme is at fault for "this bug" but i believe it's the former.

CommentFileSizeAuthor
#3 editor_content.css_.patch195 bytessdrycroft
screenshotfa2.png16.96 KBdesean

Comments

desean’s picture

problem "resolved" by setting to use tinymce css in administer/setting/tinymce/Edit profile/CSS

bassplaya’s picture

yes, another issue that I was looking for to solve for soooooo long !!
Keep up the good work, desean !!

sdrycroft’s picture

Version: 4.7.x-1.x-dev » 5.x-1.9-1
Status: Active » Needs review
StatusFileSize
new195 bytes

Personally I like being able to set TinyMCE to use a sites theme in the editor, so desean's fix wouldn't work for us.

The problem occurs when a sites theme has a background image set for the <body> content. This should therefore be overridden by TinyMCE's CSS. Simply adding the following to tinymce/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css (and probably other CSS files) sorts this.

background-image: none !important;

Patch file included.

pomliane’s picture

Status: Needs review » Closed (won't fix)

This version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.