Agreements | Results List | Hyperlink one column to improve accessibility

Description

The problem: currently result lists in FOLIO suffer due to poor accessibility. Row-level block anchors is the direct cause.

The solution: render links to detail records within result listing cells and remove the block level anchors.

  1. Use the exported defaultMCLRowFormatter from stripes-components rather than the built-in anchor formatter of SearchAndSort

  2. Implement a local function to get the URL of each result item.

  3. Render the link in a cell using the <TextLink> component from stripes-components.

  4. use the SearchAndSort prop setting resultRowClickHandlers={false} to suppress SearchAndSort's built-in click behavior.

  5. supply your app's own resultIsSelected logic - in this PR, we hold the selected item in a state key that's set when the record link is clicked and cleared when the view record is dismissed.

Refs https://folio-org.atlassian.net/browse/UIREQ-716#icft=UIREQ-716https://folio-org.atlassian.net/browse/STCOM-904#icft=STCOM-904

Also see PR https://github.com/folio-org/ui-requests/pull/849 

 

Implementation: 

 

Attachments

2
  • 30 Aug 2024, 06:15 PM
  • 30 Aug 2024, 06:15 PM

Checklist

hide

Activity

Show:

Details

Assignee

Reporter

Priority

Development Team

Bienenvolk

TestRail: Cases

Open TestRail: Cases

TestRail: Runs

Open TestRail: Runs

Created August 30, 2024 at 6:15 PM
Updated January 14, 2025 at 11:01 PM
TestRail: Cases
TestRail: Runs

Flag notifications