Problem/Motivation
When a node or block is created, the progressive image is applied to the image field, so the thumbnails of the uploaded image is missing; also the placeholder svg generated presents a structure error.
When inspect the image-widget code the src property have a broken svg
data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1 1%22 width=%22100%22 height=%22100%22%3E3C/svg%3E
Steps to reproduce
Create a block or node with image field.

| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff_3-6.txt | 427 bytes | suresh prabhu parkala |
| #6 | 3181752-6.patch | 1.71 KB | suresh prabhu parkala |
| #3 | progressive_image_loading-error_thumbnail-3181752-3.patch | 1.71 KB | zberges |
| #2 | progressive_image_loading.png | 14.56 KB | zberges |
Comments
Comment #2
zberges commentedComment #3
zberges commentedComment #4
facine commentedThank you very much for reporting, I think we could reduce the paths to exclude.
We can use: /node/add*
We can use: /block/*
Comment #5
mmaldonado commentedPatch #3 work for my
Comment #6
suresh prabhu parkala commentedUpdated patch as mentioned in #4. Please review.
Comment #7
rvilarThe patch in #6 works for me
Comment #9
facine commentedFixed, thank you!
Please download and review the latest dev release.