Download an image from Unsplash.com preferably with a file size bigger than 2MBb. Copy the file to the images
folder. Try to use it as an intro or full text image.
Works
Javascript error (unhandled Promise Reject) due to Server error
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-29 10:24:53 |
Closed_By | ⇒ | dgrammatiko |
So the good news is the media field is just missing an edge case for when you haven't selected an image - see the fix in #29221
The bad news is that the media manager app is actually the thing that is "totally broken". It doesn't seem to attach the click events until the images have fully finished loading (i.e. this is some sort of race condition). Obviously not a solution but if you wait in the modal for a few seconds after it loads and then click the image everything is good.