WYME Editor Overlapping Form Fields
bennybobw - May 28, 2007 - 17:26
| Project: | WYMeditor |
| Version: | 5.x-2.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| overlap_0.png | 114.06 KB |

#1
For some reason this isn't showing up in the issue cue. I moving it.
#2
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%;
}
#3
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.
#4
Automatically closed -- issue fixed for two weeks with no activity.