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

Library dependencies installation dialog not given focus on open #1679

Closed
3 tasks done
Tracked by #1927
per1234 opened this issue Nov 16, 2022 · 1 comment
Closed
3 tasks done
Tracked by #1927

Library dependencies installation dialog not given focus on open #1679

per1234 opened this issue Nov 16, 2022 · 1 comment
Labels
conclusion: resolved Issue was resolved topic: accessibility Enabling the use of the software by everyone topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@per1234
Copy link
Contributor

per1234 commented Nov 16, 2022

Describe the problem

Arduino libraries may specify dependencies on other libraries. When installing one of a library with defined dependencies via the Arduino IDE Library Manager, a dialog appears asking the user whether the dependencies should be installed in addition to the library:

image

🐛 This dialog is not given focus. This makes it inaccessible for those who rely on keyboard navigation and inconvenient for those who prefer keyboard navigation.

To reproduce

  1. Open the "Library Manager" view.
  2. Find "ArduinoIoTCloud" in the "Library Manager" view.
  3. Click the INSTALL button.
  4. Attempt to activate either of the buttons on the dialog using the keyboard.

🐛 The buttons are inaccessible due to the dialog not having focus.

Expected behavior

Dialogs are always given focus on opening

Arduino IDE version

d24a391

Operating system

Windows

Operating system version

10

Additional context

Related:

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project topic: accessibility Enabling the use of the software by everyone labels Nov 16, 2022
@kittaakos
Copy link
Contributor

Resolved via 2aad0e3.

@kittaakos kittaakos added the conclusion: resolved Issue was resolved label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: accessibility Enabling the use of the software by everyone topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants