-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dialog for changing candidate review completion target date has several critical problems #785
Comments
@mcking65 I think this is the same as what was reported in #757. The team found that this is a side-effect of the underlying bootstrap component and are tracking that work to submit against that. The other items will be assigned |
@howard-e wrote:
Thanks. Yes, it is the same tabbing issue. Please create a separate issue in this repo to track/link to the work on the bootstrap component. |
#805 covers that |
In staging, I can still reproduce 5 of the 6 bugs I reported in this issue. Plus, there are two other related bugs that I either didn't previously notice or are new. I don't want to create a new issue; I wonder if this should be moved back to in-progress? Here are the details of my current observations.
I tested using the candidate review column for "Action Menu Button Example Using aria-activedescendant". The first version of this plan to reach candidate review is V22.03.17. It started review July 25, 2023. So, it should not allow a target date sooner than Jan 21, 2024. I can still enter any date I please, and it will be saved.
This is still happening. It seemed that the first time I tried, it may not have happened, but subsequent saves kept subtracting a day.
The focus is still getting set on the heading.
The accessible name should be the element containing the string "Target Date". The browser is still falling back to the placeholder value for the accessible name.
This is still the same. The aria-labelledby value on the div with role dialog is not referring to the heading element inside the dialog.
Hurray!! This is fixed! Two other bugs are: After saving a new target date value, the link for the test plan version is getting corrupted. The text of the link goes away. In particular, this element inside of the link, Secondly, the dialog does not close when escape is pressed. |
#806 fixed Accessibility issue: Like several of the other dialogs, the tab sequence is broken. Tabbing from the save button should move focus to the date input. Back tabbing from the date input should move focus to the save button. |
Hi @mcking65 , we released this to production on dec 5th. Is it ok with you if we close it? |
The dialog that opens with a button for changing the target date in the candidate review column of the test plan status summary table on the data management page has the following problems:
The text was updated successfully, but these errors were encountered: