﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4511	'cssFloat'/'styleFloat' problem break dt/core/dom/element.html	Garry Yao	Garry Yao	"IE8 has fixed 'cssFloat' style property which preserving the 'styleFloat' for backward compatibility, which induce our feature detection logic:
{{{
var cssFloat = ( typeof test.cssFloat != 'undefined' ) ? 'cssFloat'
	: ( typeof test.styleFloat != 'undefined' ) ? 'styleFloat'
	: 'float';

}}}"	Bug	closed	Normal	CKEditor 3.1	General	SVN (CKEditor) - OLD	fixed	IE Confirmed	
