tabindex does not work in record producer Description field in the Source code editor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 08:29 AM
I am trying to add tabindex to the items in the Description field so that they can be tabbed to so a Screen reader will read them at a rate that the user can digest the information.
The Source Code editor allows you to enter tabindex into an HTML tag but, when you save the Record Producer, it gets deleted.
Also, you only seem to have a choice of values for it as 1 - 9. you can't add 0 or -1. Does anyone know of a workaround for this?
The images in the attachment were taken from my PDI which is at the Vancouver version.
We have the same issue in our production and sub-prad images at work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2023 04:49 PM
Maybe use aria-flowto instead?
I haven't tried, this could also be removed/sanitized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2023 03:39 AM
Can you share what is the data type of the target Description field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2023 09:53 PM
Hi @Dave65
OOTB there is no efficient way to defining a tab order by default.
However, one workaround that seems to work is creating a container and placing the two fields inside it. Use a split to move one field to the right column. Then, end the container and repeat the process. This allows you to arrange the fields from left to right for the first row, then from right to left for the second row, and so on.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2023 03:29 AM
I believe @Dave65 needs to enhance tabbing inside the (HTML) field/variable, not of the field/variable itself.