﻿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:
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:
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	new	Normal		General	FCKeditor 2.4.1			
