﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3509	Styles aren't maintained at end of line	Josh Nisly		"Under certain conditions, basic styles (bold, italic, etc) aren't maintained at the end of lines.

Steps to reproduce:
 * Open the replace by code example.
 * Press the Bold button, then type text.
 * Press the end button (or click after the end of the line.)
 * Type some more text.

The newly typed text should be bold, but is not.

This also happens under the following conditions:
 * Open the replace by code example.
 * Type some text.
 * Press Home, then Shift+End to select the whole line.
 * Press the Bold button.
 * Press the end button (or click after the end of the line.)
 * Type some more text.

The problem is that Firefox is appending a <br/> at the end, but it is not being included in the <strong> element. The solution is, when applying a style, to include that BR element.

A patched is attached which fixes this problem. The problem can be reproduced in the latest nightly samples."	Bug	closed	Normal		Core : Styles	SVN (CKEditor) - OLD	worksforme	Firefox HasPatch	satya_minnekanti@… irinauru@…
