fix(ui5-dynamic-page): toggle button reading fixed - #13990
Merged
Conversation
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
August 27, 2026 13:20 — with
GitHub Actions
Inactive
|
🚀 Deployed on https://pr-13990--ui5-webcomponents-preview.netlify.app |
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
August 27, 2026 14:39 — with
GitHub Actions
Inactive
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
August 28, 2026 06:49 — with
GitHub Actions
Inactive
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
August 28, 2026 08:25 — with
GitHub Actions
Inactive
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
September 1, 2026 05:46 — with
GitHub Actions
Inactive
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
September 1, 2026 06:57 — with
GitHub Actions
Inactive
PetyaMarkovaBogdanova
temporarily deployed
to
netlify-preview
September 1, 2026 11:49 — with
GitHub Actions
Inactive
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 3, 2026 15:08 — with
GitHub Actions
Active
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 3, 2026 15:26 — with
GitHub Actions
Active
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 4, 2026 07:18 — with
GitHub Actions
Active
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 4, 2026 10:43 — with
GitHub Actions
Active
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 4, 2026 12:24 — with
GitHub Actions
Active
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 4, 2026 14:44 — with
GitHub Actions
Active
PetyaMarkovaBogdanova
marked this pull request as ready for review
September 11, 2026 06:03
dobrinyonkov
approved these changes
Sep 11, 2026
PetyaMarkovaBogdanova
deployed
to
netlify-preview
September 11, 2026 14:37 — with
GitHub Actions
Active
|
🧹 Preview deployment cleaned up: https://pr-13990--ui5-webcomponents.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(ui5-dynamic-page): add tooltip to header action buttons for correct screen reader reading
The expand/collapse and pin toggle buttons lacked a
tooltipproperty,causing screen readers to skip or misread them. Adding
tooltipmatchingthe existing
accessibleNameensures assistive technologies announce thebutton's purpose consistently.
Additionally, the sticky positioning of the header actions wrapper is now
driven by a CSS custom property (
--_ui5_dp_header_actions_top) insteadof a fully-inlined style string. This keeps
position: stickyalwaysactive in CSS and only the
topvalue is overridden via the customproperty, avoiding a class-vs-inline specificity conflict.
Fixes #13924