HelpDesk 04.04.2016 2045 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: 16.09.2023
Language translation on the fly, performance improvements.
Release date: 29.09.2023
ChatGPT, live translation, new templates and bug fixes.
Release date: 13.09.2023
Live Translations for the live chat and support tickets.
Release date: 09.10.2023
ChatGPT, language translation, more statistics, bug fixes and more.
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 ***