If you add a bunch of classes to WYME editor and there's a field underneath (e.g. "Log Message"), the field will overlap the editor interface and you won't be able to access your class. I'm not sure what a good workaround would be though. I've attached a screenshot.
This is a really great module, by the way.

CommentFileSizeAuthor
overlap_0.png114.06 KBbennybobw

Comments

bennybobw’s picture

Status: Active » Closed (duplicate)

For some reason this isn't showing up in the issue cue. I moving it.

bennybobw’s picture

Status: Closed (duplicate) » Active

Whoops, now it's showing up.
This can be fixed by putting the following line in your theme's style.css.

#wym-div {
  overflow: auto;
  width: 100%;
}
magico’s picture

Version: 5.x-1.x-dev » 5.x-2.0
Status: Active » Fixed

The most recent version, has a plugin that converts the right sidebar into two dropdowns.

It would be interesting if the official WYMeditor version could use this idea, because the sidebar is just to annoying and not space wise.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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