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

ModalPane does not interact properly with screenreaders #58

Closed
crschnick opened this issue Jun 7, 2023 · 4 comments
Closed

ModalPane does not interact properly with screenreaders #58

crschnick opened this issue Jun 7, 2023 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@crschnick
Copy link

When using the Windows screen reader, the contents of a ModalPane are still recognized even though they should not be visible anymore after calling hide().

@mkpaz
Copy link
Owner

mkpaz commented Jun 17, 2023

I suppose it’s another JavaFX bug and the screen reader doesn’t take the view order property into account. I’ve checked the list of AccessibleActions and failed to see something suitable.

@mkpaz mkpaz added the help wanted Extra attention is needed label Jun 17, 2023
@crschnick
Copy link
Author

Can't you just make it invisible/not managed/not focus traversable when the pane is hidden?

@mkpaz
Copy link
Owner

mkpaz commented Jun 17, 2023

Hard to say as it could break the content animations. I would prefer to avoid this level of complexity.

@mkpaz
Copy link
Owner

mkpaz commented Jul 20, 2023

Closing in favor of #63 as it's more generic issue.

@mkpaz mkpaz closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants