﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9982	Introduce fake-selections	Frederico Caldeira Knabben	Piotrek Koszuliński	"A fake-selection is a ""virtual"" element selection that happens in the editor. No UI artifacts are rendered for such selection and the current native selection is remove. Still, the CKEditor selection object works properly, having all its properties return values that match the fake-selected element.

 * Any kind of element can be fake-selected.
 * Fake-selection fires ""selectionChange"".
 * Native selection must be managed so a fake-selection is kept if no other selection actions are taken from the user.
 * Fake-selection is dismissed when the user makes any other selection action (e.g. click in the document).
 * Fake-selection must be ""bookmarkable"" just like a normal selection.
 * Fake-selection must participate on Undo/Redo just like a normal selection.
 * Fake-selection must be restored on editor Blur/Focus just like a normal selection.
"	New Feature	closed	Normal	CKEditor 4.3 Beta	Core : Selection		fixed		wim.leers@…
