﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12011	data returned by getData is not consistent	Frederic Steinfels		"I am using inline editing.
I am not using getDirty to check for changes, I am comparing the contents delivered by getData (for the sake of consistency with other form fields).

The data that is embedded within a div:
<div contenteditable=""true"" autocomplete=""off"">...<div>

Whereas ... is:
bla<br /><img />

After initializing the editor with CKEDITOR.inline(thisdiv) and reading the content with getData, the content returned is

bla<br><img>

As soon as I click into the editor and do another getData, this content is returned:

bla<br/>
<img/>

This causes some problems for me as the content seems to have changed. Please make sure the content is always returned in a consistent manner no matter whether the editor has received focus or not."	Bug	closed	Normal		General	4.0	invalid		
