-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Which Umbraco version are you using?
17.1.0
Bug summary
The position of the validation error icon on the tabs of a content node is not very clear.
It looks like the icon belongs to the tab right next to the actual tab with the error.
Specifics
In the following images is shown how the icon is displayed. It looks like the validation error is inside the "Seo" tab, but this is not the case:

Steps to reproduce
- Create a doctype with two tabs (allow the doctype to be created on the root).
- Add a mandatory field inside the first tab and create a non-mandatory field inside the other tab.
- Create a new content node in the root of the site.
- Leave the mandatory field empty and try to save the content node.
- The validation error icon should now appear.
Expected result / actual result
Expected result: It is clear for which tab the validation error is.
Actual result: It is not clear for which tab the validation error is.
Reactions are currently unavailable