Open nwhittaker opened 1 month ago
Give a list of items with dropdowns slotted in actions-end and after setting focus on the dropdown's slotted trigger action:
actions-end
trigger
ArrowDown
ArrowUp
https://codepen.io/nwhittaker-esri/pen/JjgrOPQ
2.13.1
Possible related to https://github.com/Esri/calcite-design-system/issues/8205.
No response
impact - p2 - want for an upcoming milestone
Impact towards usability and accessibility:
ArcGIS Field Apps
This might be addressed by #8623.
Check existing issues
Actual Behavior
Give a list of items with dropdowns slotted in
actions-end
and after setting focus on the dropdown's slottedtrigger
action:ArrowDown
opens dropdown but, if first dropdown item is hidden, focus shifts to next list items's dropdown trigger.ArrowUp
opens dropdown but, if last dropdown item is hidden, focus shifts to previous list item's dropdown trigger.ArrowDown
opens dropdown but, if first dropdown item is disabled, focus shifts to the disabled item.ArrowUp
opens dropdown but, if last dropdown item is disabled, focus shift to the disabled item.Expected Behavior
Give a list of items with dropdowns slotted in
actions-end
and after setting focus on the dropdown's slottedtrigger
action:ArrowDown
opens dropdown and focus shifts to first visible, non-disabled dropdown item.ArrowUp
opens dropdown and focus shifts to last visible, non-disabled dropdown item.Reproduction Sample
https://codepen.io/nwhittaker-esri/pen/JjgrOPQ
Reproduction Steps
Reproduction Version
2.13.1
Relevant Info
Possible related to https://github.com/Esri/calcite-design-system/issues/8205.
Regression?
No response
Priority impact
impact - p2 - want for an upcoming milestone
Impact
Impact towards usability and accessibility:
Calcite package
Esri team
ArcGIS Field Apps