- Issue created by @cboyden
- π³πΏNew Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies β .
- π¨π¦Canada mgifford Ottawa, Ontario
It might also be a Firefox issue.
I don't have a Windows device to test with JAWS, but it could be that running Drupal CMS and testing with JAWS would be a good indication.
This is the fastest way for a JAWS user to get to running Drupal CMS locally to test it:
https://new.drupal.org/drupal-cms/launcherThis may not address this issue reported against Drupal Core.
- πΊπΈUnited States kentr Durango, CO
I'm not experienced with JAWS, so just throwing out some thoughts.
This comment on an old JQuery UI Autocomplete issue indicates that JAWS exits Forms Mode if the
input
is not updated.If you do not update the input field then you will encounter a problem with JAWS where multiple down arrow keypresses simultaneously cause JAWS to pop out of forms mode and stop accepting further user arrow keys as inputs to the input element.
I noticed that in our case the
input
does not update when arrowing through the options, so I'm wondering if this is causing JAWS to exit Forms Mode.This correlates with this JAWS page on Forms Mode, which describes JAWS automatically exiting with multiple
Down Arrow
presses. In case it's helpful to diagnose, that page describes a sound that indicates when JAWS exits Forms Mode.For a comparison, does the problem happen in the JQuery UI Autocomplete demo?
- πΊπΈUnited States kentr Durango, CO
I see where the update behavior is being cancelled: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/misc/autocomp....
I can't determine why that code is necessary, though. Maybe for cases where the field can contain multiple items?
I tested without any
focus
handler at all, and theinput
value does change as I arrow down. Attaching a video to illustrate.It might be worth testing that configuration in JAWS.