Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
ACQ Sprint 63
-
1
-
Thunderjet
-
None
Description
ePurpose: If there is a validation error on the po line form when I try to save, I can't see it if it's below the fold and I just wonder why save isn't working.
Scenario:
- Scenario
- Given the po line item form has one or more validation error
- When save is attempted
- Then the page is scrolled to display the topmost validation error at top of screen
See video attached
Problem:
- core component doesn't support translated error messages that's why application doesn't scroll to some errors, in case it's hardcoded string scrolling works fine
- https://github.com/folio-org/stripes-form/blob/201a5331e95f40ec368f2ddf94d97ca57eeb2c52/lib/stripesForm.js#L15 this function doesn't build correct field name in case <FormattedMessage> is returned in errors
TestRail: Results
Attachments
Issue Links
- blocks
-
UIREQ-261 Scroll to display missing a service point error in request
-
- Closed
-
- clones
-
UIU-310 Scroll Page to Display Validation Errors Upon Attempted Save
-
- Closed
-
- relates to
-
UXPROD-1606 Ordering quality assurance enhancements - Round 1
-
- Closed
-
-
UIORGS-44 Focus does not scroll down to required fields when trying to update record with missing values
-
- Closed
-