Ticket #4487 (new Bug)

Opened 4 months ago

Last modified 2 months ago

FCKEditor 2.6.5 Does Not work with Safari 3.2.1

Reported by: ruben.g Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.5
Keywords: Cc:

Description

I just updated to FCKEditor 2.6.5 to fix a height issue with Safari 4, but now Safari 3.2.1 doesn't display anything in the editor -- I also can't type anything in there.

This was working without any problems on both versions of Safari before the update. I'm using the replace text field method in case it helps. Don't hesitate to email me for more information.

Attachments

proposal-section.png (30.5 KB) - added by ruben.g 4 months ago.
Screenshot of issue

Change History

Changed 4 months ago by ruben.g

Screenshot of issue

Changed 2 months ago by domenm

Hi,

i had the same problem. i review all the changes in my svn and found a "bug/solution".

in file "fckeditor.html (line 270) and fckeditor.original.html (line 378)" in "fckeditor/editor" folder

If i change

if ( FCKBrowserInfo.IsGecko || FCKBrowserInfo.IsSafari )

to

if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )

FCK works again in Safari 3.2.1, but i guess that in Safari 4 the height problem appears again.

Note: See TracTickets for help on using tickets.