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
Describe the bug
When we are trying to use ANDI tool for checking the accessibility issue for ngx-contextmenu, we are seeing the error the below error
[Element referenced by [aria-labelledby] with [id=menubutton] not found.]. This is happening because aria-labelledby="menubutton" doesn't exist anywhere. To Reproduce
Steps to reproduce the behavior:
I did hear this repo is not getting maintained currently. If this is the case, I really would request you to please have a look on my issue and confirm if this issue can be handled by our end. We are really dependent on this ngx-contextmenu and I would really appreciate your effort on creating such incredible library. Thank you so much.
Describe the bug
When we are trying to use ANDI tool for checking the accessibility issue for ngx-contextmenu, we are seeing the error the below error
[Element referenced by [aria-labelledby] with [id=menubutton] not found.]. This is happening because aria-labelledby="menubutton" doesn't exist anywhere.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The aria-labelledby attribute value= menubutton should exists
Stackblitz Example
![image](https://private-user-images.githubusercontent.com/30527778/243302048-26660390-dc52-473a-9baa-444596f248ac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTYyODgsIm5iZiI6MTczODkxNTk4OCwicGF0aCI6Ii8zMDUyNzc3OC8yNDMzMDIwNDgtMjY2NjAzOTAtZGM1Mi00NzNhLTliYWEtNDQ0NTk2ZjI0OGFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA4MTMwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyMmM5ZmRiYzNiYmRjNmUyN2E0OGFmZDA2ZjY1ZTQzOTA3Njg0ZDJmYjM3Zjg1NzgyYzE5ZGMyMmRlZGZjZWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Wu-fgB8Km5l87lxnHATDtV9JFVt-ec-CU0rRtBREH0A)
Please check it here base example
The text was updated successfully, but these errors were encountered: