Local code with an up-to-date main branch, Hosted (app.compasscalendar.com)
When changing a recurring event from the week view, Compass prompts the user to select between applying this change to This Event, This and Following Events, and All Events, in addition to cancelling the change.
When the user is presented with these options, they should be able to select the desired option using just their keyboard by typing TAB, SHIFT+TAB, SPACE, and ENTER.
The option that is currently selected (focused) should also have different styles, so that the user can identify which option they have selected. This also applies to when the user has focused on the Cancel / Save button.
When the user is presented with these options and attempts to use their keyboard to make a selection, nothing happens
<img width="831" height="650" alt="Image" src="https://github.com/user-attachments/assets/0a03e30f-1019-4fb9-97b6-22de91509723" />No response
When fixing, ensure to
floating-ui for the modal pattern. They have a11y built-inaxe DevTools Chrome extension or similar to audit your changes