When I use it with Firefox it's work perfectly. When I use IE8, it's doesn't work even I can resize the image. Here are the code that I compare after using FF and IE8, with same setting for drupal.

Firefox

<p><img alt="" src="http://dev.example.com/sites/example.org/files/karst_shepherd_0.jpg" style="width: 177px; height: 143px;" title="" /></p>

IE8


<p><img alt="" height="599" src="http://dev.example.com/sites/example.org/files/karst_shepherd_0.jpg" style="width: 497px; height: 161px" title="" width="741" /></p>

CommentFileSizeAuthor
#4 ie-select.jpg36.67 KBprestondocks
#4 chrome-select.jpg41.16 KBprestondocks

Comments

quicksketch’s picture

Image Resize Filter has nothing to do with browsers, it only reads HTML and then resizes based on what it's read. So the fact that the code labeled "Firefox" works and "IE8" does not means that Image Resize Filter can't read that code correctly for some reason.

When you say "doesn't work", do you mean that Image Resize Filter doesn't create images or that it resizes them incorrectly? Is the image generated but the HTML isn't updated?

My first guess is that a missing semicolon might be to blame, but I haven't looked at this problem in-depth yet.
width: 497px; height: 161px (missing ";" after px)

redsquid’s picture

I have the same problem. I'm using Image Resize Filter together with tinyMCE, and it works fine with firefox, but in Chrome I can't grab the corners of the image when it is inserted into the body text. I've not tested it in Explorer.

I'm using the admin/rubik theme to edit content, but I don't know if it could have anything to do with that.

And by the way: Great module

elijah lynn’s picture

@redsquid - This is independent of Image Resize Filter, it would do this even if it wasn't installed. It is a bug or limitation with Webkit (Chrome & Safari). Image Resize Filter would still work but you would have to edit image dimensions manually.

The WebKit browser doesn't support live image resizing or even image selection. We are faking that right now, we reported this issue a few years ago to Apple and still no progress.

Best regards,
Spocke - Main developer of TinyMCE

http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=71770

prestondocks’s picture

StatusFileSize
new41.16 KB
new36.67 KB

I can confirm that image resize filter does not work in Chrome. In IE when I click the image I get the selection box around the image and can resize. When I click the same image in chrome it just highlights the image.

Please see the screen shots below

Thanks

quicksketch’s picture

Status: Active » Closed (fixed)

I've answered this enough times. It's not Image Resize Filter, it's your WYSIWYG.

nimzie’s picture

Quicksketch - I read your posting about "it's your wysiwyg". I just tested the same site with FF (and it works), Chrome (it doesn't work) and doesn't on Safari.

I don't have a VM with I.E. running, but I think it's safe to assume it works based on the reports above.

When you say it's your wysiwyg, is there anything specifically that I can run through? What a great usability feature. Unfortunately only 35% of my site's visitors use FF.

Any advice would be most appreciated.

thanks!

alexbk66-’s picture

Any update on the Chrome problem? It still doesn't work!

PvO’s picture

As a "new" Drupal user I searched for a long time and finally found Image Resizer Filter. So I viewed the instruction videos, installed WYSIWYG and CKEditor (switcht also to tinymce), changed the input filters and did this all over again because it did not work. Finally after 3 hours I found this thread. It does NOT work in Google Chrome..pfffff....
I sure do hope someone (maybe the developer of this beautifull tool!!!) wil fix this. Thanks in beforehand!

nathan.bolin’s picture

I am running Drupal 7.12 and have the exact problem as desribed above, the image cannot be resized in chrome. I have tried different editors to include CKEditor, TinyMCE, and jWYSIWYG and resizing fails to work. Works well in Firefox and and back to IE7. Any updates?

alexbk66-’s picture

It's a known issue in Chrome, the way selection works when you click the image. I don't think much can be done in Drupal to fix it.

May be some Java script?

alexbk66-’s picture

Issue summary: View changes

remove the actual website link