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
fix(ui5-dynamic-page): validate aria-controls reference before rendering (#11033)
Problem:
Invalid ARIA attributes were being generated when the referenced header element wasn't available with the exact ID.
Solution:
Remove _accAttributesForHeaderActions because the header and the (pin/unpin/expand/collapse) actions exist in separate shadow DOMs.
Fixes: #10987
0 commit comments