﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8768	CKEDITOR.ui.dialog.uiElement.setValue(value, noChangeEvent) does not respect the noChangeEvent parameter	dan seto		"I'm creating a custom dialog where I'm setting the value of a text area

 	var el = dialog.getContentElement('tab1','description');
        el.setValue(result.data[""stylesheet""],true);

Will always detect that the value of the element has changed.  Per the documentation the noChangeEvent parameter should either trigger the change event or not.  It seems to be firing the event regardless "	Bug	confirmed	Normal		UI : Dialogs	3.1			
