﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7985	Horizontal Line breaks current formatting	Freddie Bingham		"1. Start with an empty editor
2. Press the ""Bold"" button
3. Type in ""Test""
4. Press the ""Horizontal Line"" button
5. Type in ""Test""

Note that step 5 produces text that is not bold.  This text is expected to be bold and the editor seems to agree to a point as when you inspect the contents of the editor, you see (in <br /> mode)

{{{
<strong>TEST</strong>
<hr>
TEST
<strong></strong>
}}}

Note the empty strong tags at the bottom, which really should be around the second TEST. This is also reproducible on the demo, which is using <p> tag mode."	Bug	confirmed	Normal		General	3.0			satya_minnekanti@…
