This issue has been created
There is 1 update.
 
 
Templates Application / cid:jira-generated-image-avatar-76f313d6-f1c7-4553-bbcb-a3b9b5547820 TEMPLATES-21 Open

The tab order of the Encyclopedia template is wrong

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-300a6ff7-a7be-4b78-bf1b-ab03e37b213d Charpentier Lucas created this issue on 17/Mar/25 17:48
 
Summary: The tab order of the Encyclopedia template is wrong
Issue Type: cid:jira-generated-image-avatar-76f313d6-f1c7-4553-bbcb-a3b9b5547820 Bug
Affects Versions: 1.0.12
Assignee: Unassigned
Created: 17/Mar/25 17:48
Labels: wcag
Priority: cid:jira-generated-image-static-major-632d67a6-11d6-416c-a66f-5eeccc62bcd4 Major
Reporter: Charpentier Lucas
Description:

The boxes on the right are shown "after" the content. In order to position them, we could use a flex layout with right to left. Having the info summary after the full info itself is useless for Assistive Techs users.

 
 

1 update

 
cid:jira-generated-image-avatar-300a6ff7-a7be-4b78-bf1b-ab03e37b213d Changes by Charpentier Lucas on 17/Mar/25 17:51
 
Description: The boxes on the right are shown "after" the content. In order to position them, we could use a flex layout with right to left. Having the info summary after the full info itself is useless for Assistive Techs users.

In addition, there is a layout responsiveness issue with low width screens. A flex layout with the appropriate parameters would fix that.
When zooming a bit in, the content of the summary box overflows the box itself and a scollbar appears. We want to avoid this situation as much as possible.