﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4836	SCAYT - when enabled, text formatting is working differently	Wiktor Walc	Garry Yao	"Probably somehow related to #4793, but this problem exists in many browsers (tested on FF 3.5.5, Safari 4.0.4, IE8):

 * paste the following in source mode:
 {{{
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
 }}}
 * switch to wysiwyg mode 
 * enable SCAYT
 * select ""etur adipisicing elit, sed"", press Ctrl + B
 * result: 
 {{{
 ... consect<strong>etur</strong><strong> adipisicing elit, sed</strong> do ...
 }}}
 (when SCAYT is disabled, only one `<strong>` element is created, when enabled, another `<strong>` element is created straight after the end of first word)"	Bug	closed	Normal	CKEditor 3.3	UI : Spell Checker	3.0.1	fixed	Confirmed	WebSpellChecker.net
