-
-
Notifications
You must be signed in to change notification settings - Fork 491
Description
Description
When browsing through different libriaries in the Library Manager
or boards in the Boards Manager
, clicking the More Info
button does not do anything (I guess it should either open a new menu or redirect to an online repository?). The error occurs on Linux.
To Reproduce
Steps to reproduce the behavior:
- Go to the side menu.
- Click on the
Boards Manager
orLibrary Manager
icon. - Try pressing the
More Info
button on the first entry. - Nothing happens.
Expected behavior
I would expect it to redirect me to the board's/library's website, or open a new menu.
Desktop:
- OS: Fedora Linux
- Version: 34
Other:
By inspecting the app, I saw that the html element corresponding to each More Info
entry should redirect to a github/gitlab repository. But, when I click the button, nothing happens. I am not very familiar with electron and typescript but I think that the error lies under the arduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx
file (the onMoreInfoClick function).