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
Not able navigate through the invoked drop-down values using keyboard.
The regular behaviour of combobox is correct but when used inside of a fd-dialog, and we are trying to invoke the dropdown values using fn+F2 and then navigating through the values, we are not able to navigate through the values.
But the same thing, if we are using outside of the fd-dialog, the combobox works completely fine.
Attached is the stackblitz code, where I have just added a combobox inside of a fd-dialog.
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
0.47.4
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Go to the stackblitz link given,
Click the button.
The dialog open, trigger the dropdown value list using keyboard.
Try to navigate through the values, it is not happening.
Same would work, if we remove the fd-dialog and only use, fd-combobox in some other things like a div or other tags.
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Yes, this is an accessibility related topic, as we are not able to use voiceover, upon the list of dropdown values.
IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.
The text was updated successfully, but these errors were encountered:
saurabhagarwal7755
changed the title
[fd-dialog] - Not able navigate through the invoked the drop-down values using keyboard.
[fd-dialog] - Not able navigate through invoked the drop-down values using keyboard.
Oct 29, 2024
saurabhagarwal7755
changed the title
[fd-dialog] - Not able navigate through invoked the drop-down values using keyboard.
[fd-dialog] - Not able navigate through the invoked drop-down values using keyboard.
Oct 29, 2024
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
Not able navigate through the invoked drop-down values using keyboard.
The regular behaviour of combobox is correct but when used inside of a fd-dialog, and we are trying to invoke the dropdown values using fn+F2 and then navigating through the values, we are not able to navigate through the values.
But the same thing, if we are using outside of the fd-dialog, the combobox works completely fine.
Attached is the stackblitz code, where I have just added a combobox inside of a fd-dialog.
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
0.47.4
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Go to the stackblitz link given,
Same would work, if we remove the fd-dialog and only use, fd-combobox in some other things like a div or other tags.
Please provide stackblitz example(s).
https://stackblitz.com/edit/hhktwd?file=src%2Fapp%2Ftemplate-based-dialog-example.component.html,src%2Fapp%2Ftemplate-based-dialog-example.component.ts
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Yes, this is an accessibility related topic, as we are not able to use voiceover, upon the list of dropdown values.
IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.
The text was updated successfully, but these errors were encountered: