A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
To make the image editable, EPiServer renders an empty img element to put the editing attributes on. Firefox shows a small icon instead of an broken image, Chrome hides it instead.
Can anyone explain why I get an icon on my "on-page-edit" image property, but only in internet explorer.
My image property:
[UIHint(UIHint.Image)]
[Display(
Name = "Toppbild",
Description = "",
Order = 200)]
public virtual Url TopImage { get; set; }
In firefox it looks lite a broken image. In chrome its no icon at all. The property works fine.