Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 20:31 UTC
Updated:
16 Aug 2013 at 14:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
twodPlease see the response by spocke in the TinyMCE forum. This is a bug in Webkit based browsers and there's nothing Wysiwyg can do about it.
The same problem appears on the official TinyMCE examples page when viewed in Crome (Windows and Ubuntu for me).
Comment #2
elijah lynnThanks TwoD!
Comment #3
cibis commentedI know it’s been a while since this issue was reported but I just want to inform the other people who may experience similar issues that this is actually not such a big problem to fix now. Image resize functionality for Webkit can be faked using javascript and with the power of jquery it’s actually not such a complicated task. In case you don’t want to develop your own solution you can try the plugin provided here http://www.editorboost.net/webkitresize

Comment #4
elijah lynnThanks Cibis,
This looks promising. I will give it a try this week.
Btw everyone else, here is the bug in webkit, please post on there if you want this implemented --> https://bugs.webkit.org/show_bug.cgi?id=12250
I grabbed link from similar issue here --> http://drupal.org/node/367655
Comment #5
areikiera commentedThat webkitresize fix looks great! Any chance somebody could provide a few tips on implementing it?
Thanks!
Comment #6
polHello,
The bug has been fixed with the latest version of chrome & chromium. Be sure to use the latest tinymce version too.
Comment #7
elijah lynnI don't think this has anything to do with the latest version of Chrome/Chromium but more so with TinyMCE 3.5.5+ released on July 7th, 2012. In other words, it won't work with CKeditor only TinyMCE.
See here for the feature release announcement on TinyMCE's website - http://www.tinymce.com/forum/viewtopic.php?id=29222
Comment #9
MakeOnlineShop commentedHello, I still can't resize pictures in Chrome, maybe this solution for wordpress can be used in Drupal ?
http://wordpress.org/support/topic/solution-you-can-resize-images-in-chr...
Thanks.