tinyMCE Dialogs and Google Chrome

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

tinyMCE Dialogs and Google Chrome

Post by cmb » Sun Oct 07, 2012 6:12 pm

Hello Community,

since a long time I had problems with the dialogs of tinyMCE (insert image, HTML source view, etc.) in Google Chrome. Almost always they open with unpredictable sizes, mostly being to small, so I had to resize them before being able to use them.

Yesterday I've found http://www.tinymce.com/develop/bugtrack ... hp?id=5485 where a workaround is presented. Today I found two other related bug reports (see my post in the first one). There I was pointed to the "inlinepopups" plugins, which seems to be a good solution. The inlinepopups plugin changes the way the dialogs are done: instead of using a new browsers windows (or tab), they're displayed as an overlayed <div> (similar to lightboxes).

For CMSimple_XH you can activate the inlinepopup plugin by editing plugins/tinymce/inits/init_*.js (cf. http://cmsimple-xh.com/wiki/doku.php/ti ... tomization), e.g. for init_full.js:

Code: Select all

    plugins : "inlinepopups,autosave,pagebreak,style,layer,table,save,advimage,advlink,advhr,emotions,iespell,"
            + "insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,"
            + "noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,media,lists",
Christoph
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply