Search code examples
tinymcemoxiemanager

Moxiemanager not opening browse window in dialog


I recently upgraded my moxiemanager tinymce plugin to the new 2.0 version. I use the Tinymce wysiwyg (4.1.9) in a jquery dialog popup. Everything seems to be working fine, until I click Upload > Local Machine to upload a new file. It will not open the browse window in any browser. I have cleared my cache and have exhausted Google for an answer and could not find anything. I also have striped out all other JavaScript includes to make sure it wasn't another piece causing the conflict. It does work if I place a tinymce instance on the main page. Has anyone seen anything like this before or have any tips to try?

Much appreciated!


Solution

  • I recently had the same issue... It turns out that the Local Machine option on the Update button (in my latest version of MoxieManager, version 2.0.1) didn't play well with the old version of jQuery (1.72) that I was using. Updating to the latest release of jQuery fixed the problem.

    (The Support Team at MoxieManager quickly pointed this out to me when I opened a ticket and provided an example url of my problem.)