Support Tickets - Can Make Source Changes or Other Edits

Can Make Source Changes or Other Edits

HelpDesk 04.04.2016 2127 Bug Report Status: Closed Solution: Yes pharill


Please watch this video: video removed

It seems for some reason, mouse clicks are disabled when trying to make source changes or edit image attributes?


Replies (5)

  • avatar Maria

    Thank you for your ticket, we will check and trying to reproduce it and get back to you asap.

    Could you tell us the browser and version, please?

    04.04.2016 0
  • avatar pharill

    CHROME Version 49.0.2623.110 m

    04.04.2016 0
  • avatar Maria

    Thank you very much, bug confirmed.

    Quickfix, please open operator/template/js_tickets.php and find:

    $('#ticketModal').on('hidden.bs.modal', function () {
    $(this).removeData();
    location.reload();
    });

    replace with:

    $('#ticketModal').on('hidden.bs.modal', function () {
    $(this).removeData();
    location.reload();
    });

    $(document).on('focusin', function(e) {
    if ($(e.target).closest(".mce-window").length) {
    e.stopImmediatePropagation();
    }
    });

    Save and upload the file. This fix is included within the next release.

    Thanks again for your report.

    04.04.2016 0
  • avatar pharill

    good. that fixed it.

    05.04.2016 0
  • avatar Jerome

    Thank you for the feedback.

    *** Ticket closed ***

    05.04.2016 0