Mendix 10 / PopUp menu /Acessibility

0
Hi, Using Mendix 10 with datagrid 2 and a column with PopupMenu we are getting the following error:  Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden. Element with focus: div Ancestor with aria-hidden: We are facing the same issue with the dropdown container. It's seems to be related with some html that is being generated that conflicts with the accessibility guidelines/standarts. How can we fix this, in order to have the PopUp menu and the datagrid 2 working together?    
asked
1 answers
0

Hi Jose ,

 

  • Accessibility-related issues are often addressed in newer Mendix versions. Ensure you are using the latest Mendix version and DataGrid 2 widget version.
  • Check the Mendix App Store for updates to DataGrid 2 and PopupMenu or DropdownContainer widgets.

If the problem persists:

  1. File a bug report to Mendix Support with:
    • The error message.
    • Screenshots of the issue.
    • Steps to reproduce it.
  2. Include the versions of Mendix Studio Pro, DataGrid 2, and the PopupMenu widget you are using.

Mendix might provide a patch or recommend changes to the widget configuration.

answered