Opened 17 years ago

Closed 17 years ago

#1067 closed Bug (fixed)

Context menu is displaced in Safari

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone: Safari Compatibility
Component: UI : Context Menu Version:
Keywords: Cc:

Description

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' ) ) ;
}

Change History (1)

comment:1 Changed 17 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [685].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy