﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8241	In Chrome, Safari and Opera a <br /> is inserted in an empty text area when using BR enter mode	Patrick		"If the CKEditor contains text and the enterMode is set to CKEDITOR.ENTER_BR, then when you remove all the text in wysiwyg mode and switch to source mode, the source contains a '<br/>' element. This behavior only happens in the latest versions of Chrome (12.0.742.122) and Safari (5.1). Firefox 5.0 correctly shows the source as empty.

Steps to reproduce:

1. Create a textarea that contains some text such as 'test'
1. Replace the textarea with a CKEditor using the following config:
{{{
var CKEditorConfig = {
  enterMode: CKEDITOR.ENTER_BR
}
}}}
1. Highlight and delete all of the content in the CKEditor via the wysiwyg mode
1. Click the ""Source"" button to switch to the source mode

Expected result:

* The content is empty

Actual Result:

* The content contains '<br/>'"	Bug	closed	Normal		General	3.0	fixed		
