Skip to Main Content
Feature Request FR-1603
Product Area Application Builder
Status DELIVERED

2 Voters

Mobile Accessibility - new default aria labels.

phil_xxx Public
· Feb 4 2021

Please add aria-labels as default on mobile.

Create a text button. Run page and Check lighthouse. It passes.
Change to text with icon and add an icon. It passes.
Change template option to display only icon on mobile.
It fails with message "Buttons do not have an accessible name".
There is no aria-label. This could easily be set to the button label by default.

To fix I have edit the button, go to advanced -> Custom Attributes. Set this to :
aria-label="some text". I have to do this for all my buttons in my mobile app.

This has been delivered in Oracle APEX 21.2 as part of bug 33185537!

Comments

Comments

  • patrick wolf Admin OP 4.1 years ago

    Actually, that's a bug of the “Hide Label on Mobile” template option. We have filed a bug to get this fixed out-of-the-box.