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
In the menu component => https://sap.github.io/fundamental-ngx/#/core/menu
The role for the menu-item which is a list-item is defined as "menu" which raises ambiguity. This should be revised to menu-list-item or similar.
Is this a bug, enhancement, or feature request?
bug
Describe your proposal.
change the role type of fd-menu-item from "menu" to something like "menu-list-item" to differentiate it from the menu itself.
Can you handle that on the application side
no, the fd-menu-item is on the library side only.
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.)
Angular 17
ngx fundamental 50 and 53.2 (still the case in most current version)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
change the role type of menu list item from "menu" to something like "menu-list-item" to differentiate it from the menu itself.
Did you check the documentation and the API?
yes
Did you search for similar issues?
no
The text was updated successfully, but these errors were encountered:
In the menu component => https://sap.github.io/fundamental-ngx/#/core/menu
The role for the menu-item which is a list-item is defined as "menu" which raises ambiguity. This should be revised to menu-list-item or similar.
Is this a bug, enhancement, or feature request?
bug
Describe your proposal.
change the role type of fd-menu-item from "menu" to something like "menu-list-item" to differentiate it from the menu itself.
Can you handle that on the application side
no, the fd-menu-item is on the library side only.
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.)
Angular 17
ngx fundamental 50 and 53.2 (still the case in most current version)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
change the role type of menu list item from "menu" to something like "menu-list-item" to differentiate it from the menu itself.
Did you check the documentation and the API?
yes
Did you search for similar issues?
no
The text was updated successfully, but these errors were encountered: