Looks like the WYSIWYG box gets an horizontal scroll bar for some reason so I have to scroll to see all the text everytime.
I'm using the latest WYSIWYG module with TinyMCE.

Attached an image of what I get just so you understand.

Not sure this is a bug. If it is not please delete the post.

CommentFileSizeAuthor
magazeen.jpg26.7 KBandrea.corelli

Comments

Ifadah’s picture

Check the editor width in WYSIWYG's settings page, it must not be more than 580px.

andrea.corelli’s picture

I am sorry, but there is no such option in the WYSIWG settings page.

bob_b’s picture

I fixed this problem by deleting the following from "css/general.css"

body {
	max-width: 150em;
	min-height: 100%;
	min-width: 80em;
}

I read that the min-width causes problems on firefox and chrome, but works on ie (which is an interesting change of events! :D )

So far I haven't noticed any side-effects.

To get rid of the blue background add this to "css/style.css"

/*  WYSIWYG body theme */
body.mceContentBody {
  background-color: #fff;
  color: #000;
}

You can use that to theme the body of the WYSIWYG window.

And remember to clear your cache!

andrea.corelli’s picture

Fantastic Bob, thank you so much!

sheena_d’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.