When validating the image dialog form it looks like we're assuming that the user is using a responsive image style with the default responsive_image breakpoint set. Responsive image styles allow users to choose a custom breakpoint set defined in a theme or module -- if you try to do this with inline_responsive_images it will error out and break the image dialog (under certain circumstances).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | inline_responsive_images-dont-assume-breakpoints-3089804-6.patch | 1.05 KB | void-- |
Comments
Comment #2
void-- commentedComment #3
void-- commentedComment #4
void-- commentedComment #5
void-- commentedComment #6
void-- commentedRe-uploading patch relative to module root.
Comment #7
Dumitru Grosul commentedPatch in #6 fixed the issue.
Comment #8
alphex commentedThis problem exists in version 2.2 as well.
I can confirm this patch in comment 6 works on 2.2 as well.
Comment #10
jeroen_vreuls commentedThanks for the patch. It has been committed.