Problems Accessibility #575
Replies: 2 comments 1 reply
-
Hi, The author of the plugin is better placed than me to answer you, but here are my observations. If you use force_consent with true, it is best to leave this behavior as it is. What forces the TAB to be done in the dialog box is the line 1509
I changed the code for
I also changed the line Line 234 for the function _setConfig because the reference to force_consent was missing. I added this :
From then on if force_consent is true, the TAB focuses on the dialog, otherwise the TAB behaves normally. However, from an accessibility point of view, it may still be relevant that TAB always focus, force_consent or not, on the dialog box so that the user navigating with keyboard can quickly respond by doing TAB, rather than browsing the entire document to get there. |
Beta Was this translation helpful? Give feedback.
-
Hi @torresgol10, which version are you using? This will be fixed in the next v3 release. |
Beta Was this translation helpful? Give feedback.
-
I have a problem of accessibility in my web, because if a user is filling a form and gives a tab, when he has not accepted the cookie message, the focus moves to the cookie message.
pls, help.
Beta Was this translation helpful? Give feedback.
All reactions