﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13462	Calling getSelected On Widget Marks Editor As Dirty	bmulholland		"This is very similar to https://dev.ckeditor.com/ticket/11753 except instead of clicking on the widget, call `getSelected(true)` on a widget.

We use this for an integration: There's a list of widgets outside of the editor, and you can click on the list to select and scroll to the widget in question.

Repro:

1) Open the widget demo page http://ckeditor.com/demo#widgets

2) Run the following in your console: `console.log(CKEDITOR.instances.editor1.checkDirty()); CKEDITOR.instances.editor1.widgets.instances[""0""].setSelected(true); console.log(CKEDITOR.instances.editor1.checkDirty());`

Expected:
Console outputs false twice, because the editor remains not-dirty.

Actual:
Console outputs false then true, because setSelected marks it as dirty."	Bug	closed	Normal		UI : Widgets		invalid		
