﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6134	[IE Quirks] Table plugin broken / validation impossible	Charlie		"Under IE Quirks the following coding error comes out:

{{{
CKEDITOR.dialog.validate.integer()( value )
}}}

should be:

{{{
CKEDITOR.dialog.validate.integer( value )
}}}

This magically works on every other browser, but in quirks mode it passes a null value and thus makes the table dialog impossible to use.

Patch attached.

NOTE: For some reason, this was impossible to re-produce on the test site and on the exact same code running locally on my computer, yet on our server (same code as local server) the error shows itself. Since this is simply a syntatic fix, compatibility should be improved with no side effects.
"	Bug	closed	Normal		General	3.4.1	invalid	IE HasPatch	
