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

LPD-34947 Improve accessibility in calendar navigation #45

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

igor-franca
Copy link
Member

Follow up from #44

Still unable to perform all the necessary tests at run time. But I was able to perform some tests in the browser and noticed two things:

  1. The .all() function does not return a list itself, but rather an object that contains _nodes which is in fact a list, therefore, I believe we could use e._nodes.length.

  2. I performed other tests and realized that the setAttribute function can handle the object returned by .all(), see:

simplescreenrecorder-2024-09-11_10.11.41.mp4

So I decided to remove the iteration.

As we are unable to test the entire flow, later errors may still be found.

Copy link
Member

@ethib137 ethib137 left a comment

Choose a reason for hiding this comment

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

Looks reasonable to me. Thanks @igor-franca

@izaera izaera merged commit dbd3508 into liferay:master Sep 13, 2024
@izaera
Copy link
Member

izaera commented Sep 13, 2024

A release of AlloyUI witht this change is published -> https://repository.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/webjars/com.liferay.webjars.alloy-ui/3.1.0-deprecated.122/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants