Loading

Accessibility Enhancements in Salesforce: Reflow and Resize Improvements for All Users

Publiceringsdatum: May 14, 2026
Beskrivning

Overview

These enhancements are delivered as Release Updates — changes that Salesforce will enforce on a set schedule.
Admins are encouraged to test and enable each update in a sandbox environment ahead of the enforcement date to avoid any disruption in production.
The updates must be enabled in order — Update 1 is a prerequisite for Updates 2 and 3.

 

Update 1 — Page Headers and Modal Windows (200%+ Zoom)

Before this update: When users zoom their browser to 200% or more, page headers stay fixed and block content during scrolling. Inside modal windows, buttons and interactive elements are pushed outside the visible area — making them unreachable without horizontal scrolling.


After this update: Page headers scroll with the page rather than staying fixed and blocking content. Modal windows keep all buttons and interactive elements within the visible viewport, regardless of zoom level.
Enforcement: Summer '26

Update 2 — Date Pickers, Popovers, Bottom Utility Bars, and Record Headers (Up to 400% Zoom)

Before this update: At zoom levels above 200%, the following elements break in specific ways:

* Date Pickers — The calendar dropdown clips off-screen, making it impossible to select certain dates without zooming back out
* Popovers — Tooltips and informational pop-ups overflow the screen boundary and cannot be fully read
* Bottom Utility Bars — At high zoom, the bar expands in height and button labels get cut off, with no way to identify what each button does
* Record Headers — Fields in the record header get pushed out of view, requiring users to scroll horizontally to access key record information

 

After this update: Each element adapts gracefully at up to 400% magnification:

* Date Pickers — The calendar remains fully visible and all dates are selectable at 1280px viewport and 400% zoom
* Popovers — Tooltips and pop-up messages stay within the screen boundary and are fully readable
* Bottom Utility Bars — Button labels truncate to fit the bar height; the full label is always available via tooltip on hover or keyboard focus
* Record Headers — All key fields remain within the visible viewport — no horizontal scrolling needed. We recommend changing the record highlight panels on each object to the Dynamic Highlight Panel as this supports reflow to 400%.

Enforcement: Summer '26

Update 3 — Cards, Docked Containers, Menu Lists, and Panels (Up to 400% Zoom)

Before this update: Cards, docked containers, menu lists, and side panels — including the Guidance Center and Einstein Chat panel — overlap page content or extend beyond the visible screen area at high zoom levels, making it difficult or impossible to interact with underlying content.
After this update:

* Cards, docked containers, menu lists, and panels are fully usable at 1280px viewport and 400% magnification
* Header content within these elements wraps to the next line instead of being clipped
* Side panels no longer overlap page content or extend beyond the visible screen area

Enforcement: Winter '27

Note: Update 3 requires Update 1 to be enabled first.

 

Why Do These Enhancements Matter?

Many users — including those with low vision — rely on browser magnification to comfortably read and interact with content. At high zoom levels, Salesforce UI elements that are not optimised for reflow can break: content gets cut off, panels overlap, and interactive elements become unreachable.
These updates bring Salesforce in line with WCAG 2.2 Level AA standards, specifically:

* 1.4.4 Resize Text — Content remains fully functional when text is resized up to 200% without assistive technology
* 1.4.10 Reflow — Content reflows without requiring horizontal scrolling at 400% zoom on a standard 1280px viewport

By enabling these updates, your org ensures that all users — regardless of vision needs — can navigate and use Salesforce effectively.

Important: These Updates Are Separate from the ui:* Component Deprecation

A common question: Do I need to replace my deprecated ui:* components to comply with these updates?
No. These Release Updates and the ui:* component deprecation (announced in Winter 2020) are separate initiatives. Enabling these accessibility enhancements does not require you to replace or migrate any ui:* components.
However, if your org uses custom components built with deprecated ui:* elements, you may notice visual layout issues at high zoom levels after enabling these updates — such as elements overlapping or content being cut off. These issues are visual in nature and do not affect core functionality, but they can impact users who rely on browser magnification.
Recommendation: Test your custom components in a sandbox at 200% and 400% zoom before enabling in production. If you encounter layout issues, contact Salesforce Support for guidance.

UI Components Impacted by Each Release Update

Use this as a quick reference when triaging customer-reported issues or reviewing custom component behaviour after enabling these updates. To identify the component tag in question, inspect the element in the browser's developer tools (right-click → Inspect) and look for the custom element tag name.

Update 1 — Page Headers and Modal Windows

  • one:header
  • lightning/modal / lightning-modal

Update 2 — Date Pickers, Popovers, Bottom Utility Bars, Record Headers

  • ui:datePicker / lightning-datepicker
  • ui:panel
  • one:utilityBarContent
  • lst:listViewManagerHeader

Update 3 — Cards, Docked Containers, Menu Lists, and Panels

  • lightning-card / force:card
  • force:dockingPanel
  • ui:menuList
  • runtime_thp_learning-side-panel (Guidance Center, Einstein Chat, etc.)

Lösning

Before You Enable: Recommended Steps

Step 1 — Test in a Sandbox First

Enable each update in a sandbox before it's applied to production.
Test by zooming your browser to 200% and 400% and navigating through key pages, records, and workflows. Pay close attention to:

  • Pages with date pickers, utility bars, or record headers
  • Pages that use cards, modals, or side panels
  • Any custom Aura or LWC components using deprecated ui:* elements

Step 2 — Enable Updates in the Correct Order

Update 1 (Page Headers and Modal Windows) must be enabled before Updates 2 and 3. The subsequent updates depend on Update 1 being active. 


How to Enable the Updates

Note:

Updates 1 and 2 are no longer manually configurable — the testing period ended on May 1, 2026, and these enhancements are now automatically applied when your org upgrades to Summer '26 version 262. If the "Enable Test Run" toggle is unavailable for Updates 1 or 2, this is expected behavior and not an error. The steps below apply to Update 3 (Winter '27) only.

 

  1. In Salesforce, go to Setup
  2. Enter Release Updates in the Quick Find box, then select Release Updates

Locate the accessibility enhancement updates listed in the Overview section above

  1. Select the update and follow the on-screen steps to run the test run, review results, and activate
  2. Please start this with your sandbox

Note: After enabling an update in your sandbox, perform a full page refresh (Ctrl+Shift+R / Cmd+Shift+R) to ensure the accessibility changes take effect before testing.

 

Important: When Will the Reflow Fixes Take Effect?

The accessibility enhancements delivered by the following Spring '26 Release Updates have now been enforced automatically across all orgs with Summer '26:

Enable Accessibility Enhancements for Page Headers and Modal Windows When Zoom Is Greater Than 200%
Enable Accessibility Enhancements for Date Pickers, Popovers, Bottom Utility Bars, and Record Headers

Please note: The testing period for these updates (the ability to enable or disable them via the "Enable Test Run" toggle) ended on May 1, 2026. If the toggle appears unavailable in your org, this is expected behavior and not an error.

The reflow improvements delivered by these release updates will be visible only after your org upgrades to Summer '26 version 262 or later. Not all Summer '26 orgs are on version 262 immediately — the upgrade is rolled out progressively across instances.

To check when your instance will be upgraded to version 262:

  1. Visit status.salesforce.com
  2. Search for your instance
  3. Click the Maintenance tab to view your scheduled upgrade date

If you upgrade to version 262 and still experience reflow issues, please contact Salesforce Support.

 

Ytterligare resurser

For official documentation on each Release Update, refer to the Salesforce Release Notes:

  1. Enable Accessibility Enhancements for Cards, Docked Containers, Menu Lists, and Panels (Release Update): https://help.salesforce.com/s/articleView?id=release-notes.rn_general_accessibility_cards_docked_containers_ru.htm&release=260&type=5
  2. Enable Accessibility Enhancements for Date Pickers, Popovers, Bottom Utility Bars, Record Headers (Release Update): https://help.salesforce.com/s/articleView?id=release-notes.rn_general_accessibility_datepicker_recordheaders_ru.htm&release=258&type=5
  3. Enable Accessibility Enhancements for Page Headers and Modal Windows When Zoom Is Greater Than 200% (Release Update): https://help.salesforce.com/s/articleView?id=release-notes.rn_general_accessibility_page_headers_modals_ru_258.htm&release=258&type=5

 

Knowledge-artikelnummer

005316430

 
Laddar
Salesforce Help | Article