HelpDesk 04.04.2016 1890 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?
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?
CHROME Version 49.0.2623.110 m
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.
good. that fixed it.
Thank you for the feedback.
*** Ticket closed ***
Release date: 05.06.2023
4 new start templates, security updates, bug fixes and more.
Release date: 06.06.2023
2 new chat start templates, bug fixes and library updates.
Release date: 01.05.2023
Rest API for mobile rewritten, improved speed and security.
Release date: 16.04.2023
Multi Server Installation Wizard, library updates, performance boost
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?
CHROME Version 49.0.2623.110 m
Thank you very much, bug confirmed.
Quickfix, please open operator/template/js_tickets.php and find:
replace with:
Save and upload the file. This fix is included within the next release.
Thanks again for your report.
good. that fixed it.
Thank you for the feedback.
*** Ticket closed ***