• Resolved Troy Chaplin

    (@areziaal)


    When using the advanced linking tool, all the drop down menus are not returning any values.

    Using chrome the console shows the following error when the modal is triggered:

    tiny_mce_popup.js:5
    Uncaught TypeError: Object [object Object] has no method ‘_add’
    tinyMCEPopup._onDOMLoaded

    I know it’s very early in 3.5, but I thought you should be aware of the issue given how many people use your plugin.

    I’ve tested this running 3.5 with Twenty Twelve, and no other plugins activated except the TinyMCE Advanced

    Thanks!
    Troy

    https://www.ads-software.com/extend/plugins/tinymce-advanced/

Viewing 8 replies - 1 through 8 (of 8 total)
  • I fixed it by modifying tiny_mce_popup.js

    Replace…

    tinymce.dom.Event._add(document, "focus", function () {

    With…

    tinymce.dom.Event.add(document, "focus", function () {

    Thread Starter Troy Chaplin

    (@areziaal)

    Wish I could say the same, this did nothing to fix the issue. In any event, I have a rule of thumb to never modify core files or plugins, so I’ll wait until Ozz has time to look into this and release a new version.

    Thank you, everville. I’ve applied your fix and it’s working for me.

    Plugin Author Andrew Ozz

    (@azaozz)

    Just updated the plugin to 3.5.8 (to match the TinyMCE version in WordPress 3.5). This should be fixed now.

    3.5.8 works for me ??

    Thank you, Andrew.

    Thread Starter Troy Chaplin

    (@areziaal)

    Awesome! Thanks for the quick update Andrew!

    having issues with linking inside editor. Any fixes yet on this?

    I’m having same issue with WP 3.6.1 and TinyMCE advanced 3.5.8 so I’ve had to disable it. What a shame, it’s such a good plugin. I hope Ozz sees this and takes another look. In case its a conflict with another plugin here’s what I’m using:
    Admin Menu Tree Page View v 2.4
    Limit Login Attempts v 1.7.1
    NextGEN Gallery v 1.9.6
    that’s it!
    I really hope this can be resolved, and I agree with Troy Chaplin, I don’t amend plugin code – how can you then update?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Advanced link popup drop downs empty’ is closed to new replies.