HelpDesk 04.04.2016 2264 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: 30.06.2024
Select different ChatGPT models, more languages, bug fixes.
Release date: 01.07.2024
Select different ChatGPT models, bug fixes and performance.
Release date: 08.09.2024
New ChatGPT Models, language file improvement, bug fixes.
Release date: 02.07.2024
ChatGPT models, bug fixes and performance improvements.
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 ***