Break characters, media links
Fragment of a discussion from Extension talk:WYSIWYG
Excellent news! I hadn't thought about interaction with the other extensions we have installed before, but I went searching since you could not reproduce. I found the following code in the inputbox extension. I commented out one line and the problems we have been having went away!
function lineBreak() {
# Should we be inserting a <br /> tag?
$cond = ( strtolower( $this->br ) == "no" );
//$this->br = $cond ? '' : '<br />';
}
The commented out line is my doing. The stupid part is that this extension isn't installed/required/active.
I still cannot load the WYSIWYG editor on my machine as myself, but I have seen that this one comment fixes the issues we have been having. I'm having a few people that can load this extension beat on it a bit.
Thanks for bearing with me! I will update once the warm fuzzies have set it for them.