You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed Issues and Improvements
ROU-10854 /RPM-10854 - Improved the Date Picker inputs to be case-insensitive.
Previously, when the end users entered weekday or month names with incorrect capitalization in editable date pickers, the component could not handle the date or date range correctly.
ROU-11233 / RPM-5222 - Fixed an issue that caused the Floating Actions component to be incompatible with strict Content Security Policy (CSP) rules, specifically when unsafe-inline was disabled.
ROU-11282 / RPM-5247 - Fixed an accessibility issue in the Pagination component that prevented page buttons from receiving focus during keyboard navigation.
This occurred when the buttons were not the first or last in the page button list.
ROU-11287 / RPM-5260 - Fixed an issue with the Skip to Content link where the tabindex="0" was prematurely removed from the main content.
Now, the tabindex will only be removed after the focus has shifted to another element, ensuring proper focus management for keyboard navigation.
ROU-11295 / RPM-5265 - Fixed an issue where the Tabs component received focus unexpectedly when navigating to a screen.
This occurred when having content positioned above the Tabs causing the page to scroll and bringing the Tabs into focus.
ROU-11343 / RPM-5317 - Improved accessibility across all platform widgets and OutSystems UI components to ensure better visibility and usability when using High-Contrast mode on Windows.
Please be aware that any custom CSS previously implemented to support High-Contrast mode may be impacted by these changes. We recommend reviewing and updating your custom code accordingly.