Brett Birschbach
Brett Birschbach
This is effectively the same as the long-standing https://github.com/adobe/aem-core-wcm-components/issues/741 - ultimately to fix the Container component needs to be refactored to enable the `imageDelegate` pattern and reuse the image dialog...
Also this issue duplicates https://github.com/adobe/aem-core-wcm-components/issues/2941
I think if you solve this the way I recommend above (use the `ImageDelegate` pattern that Teaser uses, and update the Container dialog to use the image dialog widget) then...
(FWIW this is how I've solved it on my projects)
> > (FWIW this is how I've solved it on my projects) > > You solved it? What stopped you from contributing the code here? :) I've been pretty outspoken...
I'm going to guess the bug I am seeing today is similar but instead of seeing the Title/Description of the current page on load of the Teaser Dialog, I instead...
@aldesouza confirmed that your recommended JS update fixes my issues as well.