id summary reporter owner description type status priority milestone component version resolution keywords cc 350 FF: appends

 

to the output Nicholas Williams "There was a previous ticket regarding Firefox ignoring the IgnoreEmptyParagraphValue and putting {{{

 

}}} whenever there was whitespace. We are encountering a similar, though likely unrelated problem, in the version that this bug was supposedly fixed in. Firefox ISN'T putting the empty paragraph tags in empty space, which is good. It's not supposed to. However there's an exception to this. If you use the marquee tag within the FCKeditor, it puts the empty paragraph tags before and after it. For example, we put in the following code into the FCKeditor: {{{ Welcome!  Click Here to ask about our Event Sponsorship Opportunities!

Just some test text
Hello?

Okay

Hello? Maybe
Okay Sweet
Well let's see
}}} and, upon saving our changes to the database and coming back to the page, it turned it into this: {{{

 

Welcome!  Click Here to ask about our Event Sponsorship Opportunities!

 

Just some test text
Hello?

Okay

Hello? Maybe
Okay Sweet
Well let's see
}}} This ONLY happens in Firefox (any version). It does not happen in Internet Exploder. We DO have version 2.4.1, which supposedly fixed the problem with FF and IgnoreEmptyParagraphValue. We could upgrade to 2.4.2 (and may soon), but according to ""What's News"", the only thing fixed in 2.4.2 was a problem with UTF, so I doubt that would fix this problem. We are aware that the marquee tag is no longer supported in HTML specifications, but we thought it might indicate a problem somewhere and still be fixable, regardless of this lack of marquee support, and especially since it only happened in Firefox, so we thought we should submit this ticket. Thanks, Nicholas" Bug closed Normal FCKeditor 2.4.3 General FCKeditor 2.4.1 fixed Confirmed Firefox