﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9834	Image plugin dialog not working if htmlPreview is removed	giammin		"Image plugin dialog does not work if htmlPreview is removed.

it doesn't load image properties (url etc etc) when opening on an existing image.

After an upload it does load image url neither switch to the info tab


{{{
if (dialogName == 'image') {
	var imageInfoTab = dialogDefinition.getContents('info');
	imageInfoTab.remove('txtHSpace');
	imageInfoTab.remove('txtVSpace');
	imageInfoTab.remove('htmlPreview');
}
}}}"	Bug	closed	Normal		UI : Dialogs	4.0	invalid		
