-
Notifications
You must be signed in to change notification settings - Fork 24
[4.0] Problem with media manager and Safari #520
Comments
Do you have an error in the developer console? |
Yes and only with Safari ! This file does not exit but seems to be called only in Safari |
Can confirm the issue in safari. Thx for reporting. probably caused by mouseleave in https://github.com/joomla-projects/media-manager-improvement/blob/dev/administrator/components/com_media/resources/scripts/components/browser/items/image.vue#L2 |
As the error message shouldn't appear within the Media Manager and probably not break the code anyway, you could test Article Add/Edit where tinyMCE is loaded. The error message should appear in the console but not break the code. If there is an issue it belongs to Joomla core. |
I checked again... |
I confirm this issue. It's happening on my Safari Version 11.0.2 (12604.4.7.1.4) |
Is there a javascript error in the developer console? |
No nothing on dev console |
Steps to reproduce the issue
In backend go to media and clic on ... to edit one image.
Expected result
Actual result
The editing icons appear and disappear immediately. No way to clic on any of them.
System information (as much as possible)
MacOS 10.13.3, Safari 11.0.3 (last public version) and even with Safari Technology preview
Additional comments
If you do exactly the same but on a directory instead of an image, everything works fine !
Works on images with Firefox.
The text was updated successfully, but these errors were encountered: