I'm using tinymce image upload in drupal, and the first time you click the button, it pops up in a new window that's about 200 x200, which is perfect. The second time you click it it pops up in a tiny, tiny window, probably about 20x20. Any ideas as to why this would happen, and/or how to fix it?
10-06-2012, 12:51 AM
ZABI
found on net, have not tested.
Open /tiny_mce/tiny_mce_popup.js and search for "getViewPort" (without quotes). You'll notice that it's in a setTimeout() function. Change the time from 10 to 100 (it's the only 10 that appears in that file by default, so it should be easy to find).
I hope that helps.
10-08-2012, 01:03 PM
walker6o9
This didn't work.
10-09-2012, 12:43 AM
ZABI
i dont know what version you are using. try to find solution for this bug on their forums, or upgrade to a newer version.