Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Marcel,
This is a forum for asking for help solving technical problems. It is frequented by a commnity of developers, partners, and some Epi employees.
To contact the Epi support team, go to https://support.episerver.com/hc/en-us.
Episerver.CMS.UI < 11.20.1
When I have a block/page with an image:
[UIHint(UIHint.Image)]
public virtual ContentReference MobileMenuBackgroundImage { get; set; }
and you click in CMS on an existing image,
then the 'select image' popup appears.
the existing image is focused, with a yellow background.
Episerver.CMS.UI >= 11.20.1
The existing image is no longer focused. causing complaints by our content managers.
(we have 1500 images, so it will take a while to find it now in the list in the popup.)
I reverted to 11.19.0 and it's ok again