Closed
Description
Describe the problem
Suppose users want to install a library that has one or more dependencies. In that case, IDE2 raises a confirm dialog whether only the library should be installed or the library with all its dependencies. When users close the confirmation dialog (clicking on the X
), IDE2 toasts an error message: User abort
. This should not happen. The regression has been introduced via #2061.
To reproduce
- If you have
ArduinoIoTCloud
installed, uninstall it, - Install
ArduinoIoTCloud
, - IDE2 raises the confirmation dialog,
- Close it with the
X
, - See the error notification.
2063.mp4
Expected behavior
When the user closes the library installation confirmation dialog, nothing happens.
Arduino IDE version
Operating system
macOS
Operating system version
12.3.6
Additional context
No response
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