﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1715	ShowDropDialog must be considered only when ForcePasteAsPlainText = true	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"For #338, we have introduced a new feature which guarantees that dropped text will respect the ForcePasteAsPlainText setting, not allowing dropping rich contents in that case.

The solution used is trying to transform the dropped data to simple text on the fly (IE only), showing a dialog to which dropping is possible, or even disable dropping all the way. To disable it, the ShowDropDialog can be set to ""false"".

But, the current implementation makes it impossible to have the normal dropping behavior because the editor always looks for the ShowDropDialog, even if ForcePasteAsPlainText = false. It should not happen instead."	Bug	closed	Normal	FCKeditor 2.6	General	FCKeditor 2.5	fixed	Confirmed Review+	
