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 20 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.

Status Shipped
Categories Editing
Created by Guest
Created on Jan 13, 2023

Stop raising a validation warning if image with empty alt-text is added to an XhtmlString property

With EPiServer.CMS.TinyMce 4.0.0 it's added validation that throws a warning (see screenshot) if the alt-text property for an image inside an XhtmlSring (TinyMCE) is left empty.

I very strongly dislike this. It should be removed, or it should be possible to disable it from code/configuration.

- Adding an image without alt-text is not necessarily an error, if the image is for decoration purposes only.
- We can add that kind of validation ourselves, if we want it
- We are running a module where the alt-text is automatically populated from the image, if the alt-text is left empty in TinyMCE. This is ruining everything!

  • Guest
    Reply
    |
    Mar 6, 2023

    Status is now Shipped.

    In what release is this added, and how can it be configured?

  • Guest
    Reply
    |
    Feb 6, 2023

    Hello, we picked up on this feedback item in our slack channel too (but thank you for raising it here too, it's great to get votes from other users). We added a flag that you to disable the alt-text validation requirement. It's going through testing now and should be in the next release of the tinyMCE package.

  • Guest
    Reply
    |
    Feb 3, 2023

    I agree with making this configurable in code. No validation rules should be enforced by default and NOT have an option to disable it.