Closed (fixed)
Project:
Mercury Editor
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Nov 2025 at 18:48 UTC
Updated:
24 Dec 2025 at 15:29 UTC
Jump to comment: Most recent
When users have form errors they should be consolidated for ease of use.
Create a piece of content and fail to input required data.
Consolidate form errors for both node & component forms into a single location with stylized results.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jldust commentedComment #4
jldust commentedThis MR should be ready for review including the form error fixes & styles, along with updated tests that validate for new styles being applied.
Comment #6
justin2pin commentedOne scenario that needs to be addressed:
If there are errors in the ME entity form, then a user opens a component form that DOES NOT have errors, and presses "Save" in the toolbar, nothing happens. The errors on the entity form have prevented submission, but it is unclear because the form is overlaid by the component.
Comment #8
justin2pin commented