• Resolved wireB

    (@wireb)


    From the plugin author of Blackstudio TM:

    “This has to be fixed on H5P.

    In particular, in file h5p-data-views.js it is necessary to change this:
    var $add = $(‘#add-h5p’).click(function () {

    to this:
    var $add = $(document).on(‘click’, ‘#add-h5p’, function () {

    Moreover I would recommend to use a class instead of an id as there could be more than one editor instance in the same page.”

    Regards,

    wireB

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author icc0rz

    (@icc0rz)

    I changed the code to support dynamically added text fields: 6aa7312.

    I didn’t change the id in case it breaks anything, seeing as the other media buttons use id as well.

    The fix should be part of the upcoming release, thank you for point out the bug. We wish to be compatible with as many plugins as possible ??

    Thread Starter wireB

    (@wireb)

    Thank you iccOrz for the fix, will await the update.

    wireB

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘H5P Conflicts with Black Studio TinyMCE Widget’ is closed to new replies.