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
Key up and key down events should be prevented when the focus is on child element of the ui5-li-custom. Exception is made for the case where Tab key is pressed so the logic about item navigation from the extended class to be executed.
Fixes: #2849
Key up and key down events should be prevented when the focus is on child element of the ui5-li-custom. Exception is made for the case where Tab key is pressed so the logic about item navigation from the extended class to be executed.
Fixes: #2849
Key up and key down events should be prevented when the focus is on child element of the ui5-li-custom. Exception is made for the case where Tab key is pressed so the logic about item navigation from the extended class to be executed.
Fixes: #2849
Describe the bug
Focus gets trapped within ui5-li-custom List when navigating through keyboard.
To reproduce
Steps to reproduce the behavior:
Isolated example
https://codesandbox.io/s/ui5-webcomponents-forked-d7dp3
Expected behavior
User should be able to navigate to next element on pressing tab in the list. Behaviour should be same like StandardListItem.
Screenshots
NA
Context
Affected components
List and CustomListItem
Log output / Any errors in the console
Organization:
Success Factors
Priority: (optional) (Low, Medium, High or Very High)
High
The text was updated successfully, but these errors were encountered: