Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 10 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

ADD FEEDBACK

FILTER BY CATEGORY

Technical

Showing 38 of 963

Accessibility improvement - change the default link dialogue so it can add aria-label value instead of Title

The default link dialogue for many years has let editors add a Title attribute to the link. We've had feedback from a big public sector company we develop and maintain an Episerver site for that they thought this gave them the ability to add furth...
over 1 year ago in Content Management / Technical 0

Support the Microsoft Edge browser

Official support for the Edge browser. https://world.episerver.com/documentation/system-requirements/
almost 2 years ago in Content Management / Editing / Technical 0

Move the EPiServer.DataAbstraction.Activities.Internal.IActivityTypeRegistry to public API

Move the EPiServer.DataAbstraction.Activities.Internal.IActivityTypeRegistry to public API as we needed it when creating custom activities to be able to register those (yes we can now, but the Internal namespace indicates to us that this could cha...
over 2 years ago in Content Management / Technical 0

For Scheduled jobs it should be possible to set specific time, not 30 min intervals

With CMS 12 the possibility to set specific time for the Next scheduled date (UTC) is removed and the editors have to choose from 30 minutes intervals. The editors should have the possibility to set their own time.
about 2 months ago in Content Management / Technical 0

Support ReturnUrl query parameter on login in DXP environments

As a user I want to access the admin UI page by direct url, for instance '/EPiServer/EPiServer.Cms.UI.Admin/default'. If I'm not logged in I will be automatically redirected to the login page '/Util/Login?ReturnUrl=%2FEPiServer%2FEPiServer.Cms.UI....
8 months ago in Content Management / Technical 0

Linux Docker : add tzdata package

Please, add tzdata pacakge to docker image you creates for application in DXP, so it is possible to get a list of timezones with human-readable display names
9 months ago in Content Management / Technical 2 Will not implement

CacheEvictionPolicy with masterkey dependency to content version makes edit mode broken for that IContent

To make a simple showcase, imagine the following code for caching a friendly URL for a page. CacheManager.Insert ($"GetFriendlyUrl({contentLink.ID})", contentLink.GetFriendlyURL(), new CacheEvictionPolicy (TimeSpan.FromDays(1), CacheTimeoutType.Ab...
11 months ago in Content Management / Technical 3 Already exists

Changing page type settings in Admin removes AvailableContentTypes that are IContent and not pages

Consider the following page type. [AvailableContentTypes(Availability.Specific, Include = new[] { typeof(ReactionLike), typeof(ReactionComment), typeof(NewsListPage) })] public class NewsPage : PageData {} And custom IContent implementations publi...
11 months ago in Content Management / Technical 0