Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ChooseMaterialTypeComponent render modifiers #8266

Conversation

michaelchadwick
Copy link
Contributor

@michaelchadwick michaelchadwick marked this pull request as ready for review December 13, 2024 17:32
@jrjohnson jrjohnson removed the request for review from stopfstedt December 13, 2024 19:40
Copy link
Member

@jrjohnson jrjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the extra cleanup this forced. Nice.

menuElement.querySelector('button:first-of-type').focus();
focusFirstLink = task(async () => {
await timeout(1);
document.querySelector('.choose-material-type .menu button:first-of-type').focus();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

query should not be relative to the document root., but relative to the menu that the user is interacting with.

please see #8264 (comment)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, I didn't see this at all!

Copy link
Member

@stopfstedt stopfstedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dartajax dartajax added the run ui tests Run the expensive UI tests label Dec 16, 2024
@dartajax dartajax merged commit 2bc49ed into ilios:master Dec 16, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run ui tests Run the expensive UI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants