﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6322	IE9 is breaking FCKTools.RegisterDollarFunction	Alfonso Martínez de Lizarrondo		"This is a change that they have wanted to do as it's mentioned in the [http://ie.microsoft.com/testdrive/info/releasenotes/ release notes]:

 Invoking cached DOM functions without using the dot (.) notation and without using call/apply/bind now throws script errors. The previously supported legacy function invocation pattern has been removed for better interoperability and standards support:
{{{var g = document.getElementById; g(‘test’); // Now throws an exception}}}

In FCKeditor there's this code:
{{{
FCKTools.RegisterDollarFunction = function( targetWindow )
{
	targetWindow.$ = targetWindow.document.getElementById ;
}
}}}

That now it's broken and the dialogs don't work.
Using the same code as the ""gecko"" version works properly."	Bug	closed	Normal		General	FCKeditor 2.6.6	invalid		
