﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1067	Context menu is displaced in Safari	Alfonso Martínez de Lizarrondo		"If there is enough content in the editor so it can be scrolled down, then the context menu in Safari is shown displaced.

The problem might be that Safari lacks document.compatMode and the assumption made is wrong:
{{{
FCKTools.IsStrictMode = function( document )
{
	// There is no compatMode in Safari, but it seams that it always behave as
	// CSS1Compat, so let's assume it as the default.
	return ( 'CSS1Compat' == ( document.compatMode || 'CSS1Compat' ) ) ;
}
}}}"	Bug	closed	Normal	Safari Compatibility	UI : Context Menu		fixed		
