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
Inspect the following sample.
The first ui5-menu-item contains three ui5-buttons in it's endContent slot.
Change the disabled property of the first ui5-menu-item to true.
Open the ui5-menu and press Tab or ArrowRight, in order to navigate to the first button in the endContent slot.
Observe:
The ui5-menu-item is disabled, but still it's inner contents are focusable and triggerable.
Proposed Solution
Improve the documentation of the endContent slot, in order to imply responsibility to the application developers to enable or disable the interactive contents.
Proposed Alternatives
Restrict focus over the interactable elements in the endContent slot whenever their corresponding parent ui5-menu-item element is disabled.
Organization
No response
Additional Context
No response
Priority
Medium
Privacy Policy
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
Enhancement Request Description
Inspect the following sample.
The first
ui5-menu-item
contains threeui5-button
s in it'sendContent
slot.Change the
disabled
property of the firstui5-menu-item
totrue
.Open the
ui5-menu
and pressTab
orArrowRight
, in order to navigate to the first button in theendContent
slot.Observe:
The
ui5-menu-item
is disabled, but still it's inner contents are focusable and triggerable.Proposed Solution
Improve the documentation of the
endContent
slot, in order to imply responsibility to the application developers to enable or disable the interactive contents.Proposed Alternatives
Restrict focus over the interactable elements in the
endContent
slot whenever their corresponding parentui5-menu-item
element is disabled.Organization
No response
Additional Context
No response
Priority
Medium
Privacy Policy
The text was updated successfully, but these errors were encountered: