﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2004	Create URL on image	Andrey Efimov		"When the image in editor not text-selected, the url creation dialog fails on ok or cancel buttons and can not be closed.

I've created a stub, currently but not a fix.
if fckdialog.html:


EnsureSelection : function()
{
if ( FCKDialog.SelectionData )
  {
  if (FCKDialog.SelectionData.htmlText != undefined) // efimov's stub
	FCKDialog.SelectionData.select() ;
  }
},
"	Bug	closed	Normal		UI : Dialogs		duplicate	Pending	
