﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14507	Ability to customize the position where the spinner icon is rendered on the dialog	Irina		"We would like the ability to control the position of the spinner within the dialog. Currently it is attached to the dialog's title.

potentially this can be done by adding extra/optional parameter to the 'setState' dialog's method


{{{
setState: function( state, position ) {
var oldState = this.state;
...

this.parts.spinner.setHtml( '&#8987;' );
this.parts.spinner.appendTo( (position? position : this.parts.title), 1 );
}

// Finally, show the spinner.
this.parts.spinner.show();

....
}}}
 
"	New Feature	confirmed	Normal		General	4.5.0		IBM	Satya Minnekanti Christophe Guillou
