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' ) ) ; }
Fixed with [685].
Click here for more info about our SVN system.