Closed (duplicate)
Project:
Drupal core
Version:
8.4.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2016 at 20:49 UTC
Updated:
24 Jun 2017 at 14:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #3
dmsmidtRepurposed this issue after check of all mentioned problems, most seem to be gone.
The only problem left seems to be with the file upload widget, see new issue description.
And radio buttons styling: #2687251: Radios / Checkboxes focus styling wrong when marked as having an error
Comment #4
dmsmidtComment #5
dmsmidtPostpone, blockers need fix first.
Comment #6
dmsmidtInteresting related feedback by Alex Pott in #2482783-19: File upload errors not set or shown correctly.
Comment #7
dmsmidtBy fixing #2482783: File upload errors not set or shown correctly we are actually already a lot closer to what we want.

This is the result with IFE on:
The element is correctly marked as having an error and the error is inline.
Left over:
- Get rid of the summary at the top (for ajax partial submits)
- Nice to have: update or place the errors summary at the top of the page
Comment #9
dmsmidtClosing this in favor of #2876321: Update inline form errors summary after form validation with AJAX which fixes this issue in combination with #2482783: File upload errors not set or shown correctly.