﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5393	Bold/Italics/Underline ruins the page	Christian		"1. Edit a page
2. Highlight a word in FCKeditor.
3. Click Bold, Italics, Underline in sequence.
4. Save.

The rest of the page after the highlighted word will now be underlined.  The wikitext of the page will now look like this:
{{{
<u>'''''Word'''''</u
}}}
You can also just click over to wikitext and then back instead of saving to see the effect.

The last > is stripped off by FCKeditor.  Doing different combinations of these buttons or using strikethrough instead of underline produces different varieties of this bug.  The problem seems to be that clicking bold, italics, then underline produces markup that looks like this: {{{<u><em><strong>Word</strong></em></u><em></em>}}} in FCKeditor.  Converting to wikitext then causes the JavaScript that does the conversion to screw things up.  It sees the empty <em> at the end and deletes the final > from the </u> tag.
"	Bug	closed	Normal		Project : MediaWiki+FCKeditor		invalid		
