I love this module! Works great in Firefox 3 with FCKeditor 2.6.3. Unfortunately, it's not working for me in Safari 3.1.2.

In Safari, when I click on the image in FCKeditor, the image is selected and shaded blue (the same as if I selected some text). It does not display a resizing border with little handles like I get in Firefox.

Note that it works fine if I manually resize it by editing the HTML. I haven't tried it in any other WYSIWYG editors in Safari, so I don't know if this problem is unique to FCKeditor.

Anyway, thank you for creating this -- it will make things so much easier for my end-users.

Cheers,
Andrea

Comments

quicksketch’s picture

Yeah, Safari is still a bit unstable with most WYSIWYGs. I don't think this has anything to do with Image Resize Filter itself.

13rac1’s picture

Should the project for this issue be changed to FCKeditor? It is a FCKeditor problem after all.

quicksketch’s picture

HeartSutra, are you using the FCKeditor module or some other means to add FCKeditor? If using the module, select "FCKeditor - WYSIWYG HTML editor" from the project select list below and the maintainer of that module might be able to help.

citronica’s picture

I am using the FCKEditor module, but before filing an issue there I'll try using the the alpha version of the 2.0 module and see if the problem persists.

davidcgutman’s picture

This is most likely an image resize issue, as it happens with both FCKEditor and the WYSIWYG API using TinyMCE 3. In Safari remote images will be downloaded to the local file system (if that option is enabled), but images cannot be resized.

quicksketch’s picture

The Image Resize Filter does nothing to the page when editing a piece of content. There's no way it could be affecting the behavior of a WYSIWYG.

citronica’s picture

Yes, it's definitely an FCKeditor issue:

http://www.fckeditor.net/forums/viewtopic.php?f=6&t=11623#p30593

Maybe a future FCKeditor release will address it? Anyway, it's not a problem with Image Resize Filter.

quicksketch’s picture

Category: bug » support
Status: Active » Fixed

Thanks for following up HeartSutra!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

prunelle’s picture

Title: Not working in Safari (with FCKeditor) » Not working in Safari (with FCKeditor and TinyMCE)
Component: Code » User interface
Issue tags: +tinymce, +fckeditor

I'm coming back to this issue, just to give a link to a bug issue found in WebKit Bugzilla : https://bugs.webkit.org/show_bug.cgi?id=12250 so that everyone can follow up the fix of the problem.

cibis’s picture

WebKit still didn't fix the issue however this can be fixed with javascript. Here is a demo of a jquery plugin that is adding image, table and table resize to FCKeditor and TinyMCE while working in Safari or Chrome http://www.editorboost.net/webkitresize/demos

kressin’s picture

Looks promising on the the demo page. I just can not get it to work with ckeditor because the explanation " put it in the right place" is a bit too technical for an advanced noob like me. I would really appreciate a little help. Where put the .js file. Where enter the code snippet.

Thanks