Resolved WYSIWYG Problem
I resolved a problem I was having with Wysiwyg API. And in case you run into the issue, here is what happened and what to do about it.
For channelAustin's implementation of the Open Media Project, we are using the Wysiwyg API ( http://drupal.org/project/wysiwyg ). This is a step up from what Denver Open Media is using.
When I created content, and tried to edit content, I got a black edit screen when in the Full HTML input mode. I searched all over the Drupal site for an answer, but didn't find one.
I found the answer in the Wysiwyg profile (where you can configure Wysiwyg) and saw that the Editor CSS was set to "Use theme CSS". Evidently, there is a black background in the Zen-based open media theme.
So I switched it to "Editor default CSS" and it all seems to be working fine.
I spent awhile trying to figure this out. The answer was not intuitive - to me at least.
Read more