﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2646	regex to test image (file) extensions is incorrect	lamer j		"- /fckeditor/fckconfig.js line 301, 306, and 311 all have incorrect regex for extensions (maybe should check elsewhere).

  I have only tested 306 which fails to work properly at /fckeditor/editor/dialog/fck_image/fck_image.js line 500 'if' statement if the file just ends with the extensions but not the dot, such as ""fakepng"".

- Basically, the dot at the beginning is "".(extensions)"", but should be ""\\.(extensions) because the dot alone is anything and not just a dot.

This may not be urgent as the browser (or something) kicks it back anyway if the file isn't the correct type underneath, but it shouldn't get that far if it's obviously incorrect and it's an easy fix.
"	Bug	closed	Low		General	FCKeditor 2.4	wontfix		
