﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8872	Native spellchecker clears markup in chrome	Pieter Fibbe		"In chrome (on windows) the markup is cleared when using the native spellchecker. Bug found in version 3.6.2 and 3.6.3.

To reproduce:
- Go to demo in ckeditor.com
- through the javasscript console make a new editor with native spellchecker enabled:
{{{
CKEDITOR.config.disableNativeSpellChecker = false;
CKEDITOR.appendTo('demoInside', { height: 300 });
}}}

- in source view paste the following:
{{{
<span style=""font-size:22px;"">This line contains a missepled word<br />
<br />
This is the second line</span><br />
}}}

CTRL-right click the misspelled word ('missepled') and choose a suggestion. You will see the 2nd line come up a little already. Go the the end of the line (press ""END"") en press ENTER and type some new words. The markup off the new words is lost.

"	Bug	confirmed	Normal		General	3.1.1		Chrome	
