﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
520	Select Field doesn't accept values with &	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"When editing the properties of a select field, options which the text and values have ampersands, with no spaces near it, are not applied and retrieved correctly.

This is a IE only issue. Works well with Firefox.

=== Steps to reproduce ===

 1. Open the Select Field dialog;
 2. Add an option with text and values set to ""1&2"". You will not that the values will not show correctly in the list;
 3. Click ok in the dialog;
 4. Check the source. You will have {{{ <option value=""1&amp;2"" selected=""selected"">1</option> }}} (to note ""1"" as innerHTML).
"	Bug	closed	Normal	FCKeditor 2.4.3	General		fixed	Confirmed, IE	support.fckeditor@…
