Active
Project:
IMCE Wysiwyg bridge
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 19:17 UTC
Updated:
5 Apr 2013 at 21:56 UTC
Both of these windows open up tiny (no buttons or fields visible) when using Chrome, and I have to drag them open before I can use them. I tested this in Firefox and it works fine.
Comments
Comment #1
AlexFreem commentedopen to edit tiny_mce_popup.js located at sites/all/libraries/tinymce/jscripts/tiny_mce/
search -
resizeToInnerSize:function()change delay
},10)for example to},100)that solution helps me.
sorry for my bad english.
Comment #2
mjade1138 commentedThat worked, thanks so much!!
Comment #3
mbutelman commented#1 didn't work for me