﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12855	Secondary value set doesn't work as expected in standard mode	Alexey		"I just need to set a value 1, then a value 2, without a delay. However CKEditor state and behaviour is invalid.

http://ckeditor.com/demo
See ""Standard editor"" demo.

Open JS-console then type right in your browser (I use the latest Chrome 39.0.2171.99 (64-bit) / OS X):

CKEDITOR.instances.editor1.setData('1234'); CKEDITOR.instances.editor1.setData('4567'); console.log(CKEDITOR.instances.editor1.getData())

Now, press ""Source"" button in the toolbar, then repeat the logging-test:

console.log(CKEDITOR.instances.editor1.getData())"	Bug	closed	Normal		General		duplicate		
