﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
336	Numbered List @type in dialog is NOT correct.	tba21cn		"Test step:[[BR]]
 1. create a numbered list
 2. set type=""A"" or ""I""
 3. right click the list and select ""Numbered List properties"", the type in the type selection is ""a"" or ""i"".

Reason:[[BR]]
editor/dialog/fck_listprop.html
{{{
oActiveSel.value = oActiveEl.getAttribute('type').toLowerCase() ;
}}}

should be:
{{{
oActiveSel.value = oActiveEl.getAttribute('type') ;
}}}

I do not know why it change to lower case."	Bug	closed	Normal	FCKeditor 2.4.3	General	FCKeditor 2.4.1	fixed		
