- Issue created by @matthieuscarset
- ๐ฆ๐บAustralia pameeela
@matthieuscarset are you able to fix this in an MR? I don't know but I would guess there is a way to set a hidden field not to be keyboard accessible?
- First commit to issue fork.
- Merge request !379#3497457:Disable keyboard navigation on hidden fields โ (Merged) created by utkarsh_33
- ๐บ๐ธUnited States phenaproxima Massachusetts
That seems like a solid fix to me but let's do it in the PHP code instead, so that we're altering these elements all in one place. Take a look at
drupal_cms_installer_form_install_configure_form_alter()
: https://git.drupalcode.org/project/drupal_cms/-/blob/1.x/project_templat... - ๐บ๐ธUnited States phenaproxima Massachusetts
I can't reproduce the original issue (macOS, Firefox 133 and Chrome 131). I notice the original screenshot is on Ubuntu. Can we be sure to test this fix on Ubuntu?
Because I cannot reproduce this behavior locally, I'm not sure how much of a problem it is for folks. Therefore, downgrading priority.
- ๐ฌ๐งUnited Kingdom tonypaulbarker Leeds
Setting the tabindex to -1 on this element is the right approach and I tested and can no longer open the select element with my keyboard so marking RTBC. Great job!
-
phenaproxima โ
committed 498e077d on 1.x authored by
utkarsh_33 โ
Issue #3497457 by utkarsh_33, phenaproxima, matthieuscarset, prabha1997...
-
phenaproxima โ
committed 498e077d on 1.x authored by
utkarsh_33 โ
- ๐บ๐ธUnited States phenaproxima Massachusetts
Thanks for testing! Merged into 1.x.
-
phenaproxima โ
committed d109cd0a on 1.0.x authored by
utkarsh_33 โ
Issue #3497457 by utkarsh_33, phenaproxima, matthieuscarset, prabha1997...
-
phenaproxima โ
committed d109cd0a on 1.0.x authored by
utkarsh_33 โ
Automatically closed - issue fixed for 2 weeks with no activity.
- ๐ฉ๐ชGermany rkoller Nรผrnberg, Germany
pameeela โ credited rkoller โ .
- ๐ฆ๐บAustralia pameeela
Adding credit from the duplicate issue that was closed.