Image previous is being displayed properly
At first, it is displaying the text No Image Select (as if the path to the image is wrong) and then about less than one second later, it is being displayed properly
Joomla 4 nightly build
Maybe when the page is loaded, the wrong preview image is used and the right path is updated later?
Labels |
Added:
?
|
Not seen any problem here either
Ok, observing the page source and the DOM after the JS was executed I have
Basically it's down to these lines
joomla-cms/layouts/joomla/form/field/media.php
Lines 77 to 81 in 3071cd6
We either have to pass the image URL from the HTML helper or remove the hash part manually before checking with the file_exists()
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-19 05:21:18 |
Closed_By | ⇒ | joomdonation |
Loads fine here (tested with local adapter only)