﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1171	An insertion of any kind of INPUT element is not undoable.	Aleksey Onopriyenko		"Steps to reproduce (for checkboxes, radiobuttons, etc).
 1. Load {{{ sample01.html }}}
 1. Set the cursor at the end of text.
 1. Press Checkbox button on the toolbar. A dialog window will appear.
 1. Fill the fields in  and press Ok button.

A checkbox has been inserted but Undo button is disabled.

This can be fixed pretty easy by adding the following line in Ok function of the appropriate dialog window (see dialog/fck_table.html for example).

{{{ oEditor.FCKUndo.SaveUndoStep() ; }}}

But I wonder if this behaviour is intentional."	Bug	closed	Normal	FCKeditor 2.5 Beta	General	SVN (FCKeditor) - Retired	fixed	Confirmed	
