Description
Describe the problem
The Arduino IDE Library Manager is used to install/update/uninstall any of thousands of libraries. Each entry includes an "INSTALL" button used to install the version selected from the version menu.
This view is located in the left side panel, the width of which is adjustable.
🐛 When the panel is sized to the minimum width, the "INSTALL" button of certain entries is either clipped or completely hidden by the bottom border of the entry.
To reproduce
- Maximize the IDE window.
ⓘ See the information under the "Additional context" section to learn about the relation of the problem to window dimensions. - Open the "Library Manager" view.
- In the "Filter your search..." field, type
tensorflow
- Hover the mouse pointer over the right border of the left side panel.
- Click and drag leftward to resize the panel to the minimum width.
🐛 The "INSTALL" button and even version menu of certain entries is either clipped or completely hidden by the bottom border of the entry.
Expected behavior
The "INSTALL" button is always completely visible on the Library Manager entries.
Arduino IDE version
2.0.1
Operating system
- Windows
- Linux
Operating system version
- Windows 10
- Ubuntu 20.04
Additional context
I find that the problem is dependent on window dimensions/scaling. The problem occurs at the default 100% scale on my 1920x1200 display with the window maximized. On my 1366x768 display, the problem only occurs at scaling values of 60% and lower with the window maximized. With smaller window dimensions, I also must use smaller scaling values in order to produce the problem.
The same issue also occurs in a search for irremote
or sigfox
.
Related:
- Library/Boards Manager "Install" button sometimes partial or missing #1403
- Prevent layout shift on hover in libs/board manager #1568
Additional reports:
- https://forum.arduino.cc/t/cant-install-boards-in-arduino-ide-2-0-3-no-install-button/1091088
- https://forum.arduino.cc/t/library-manager-panel-bug/1032762/4
- https://forum.arduino.cc/t/arduino-ide-2-unable-to-install-esp8266-board-definitions/1087325
- https://forum.arduino.cc/t/2-0-3-boards-manager-text-size-wonkiness/1064836
- https://forum.arduino.cc/t/cant-install-rp2040-boards/1059783/1
- https://forum.arduino.cc/t/cant-install-rp2040-boards/1059783/4
- Boards Manager Column: Can not reach 'Install' button due wrong sized item with filter active. #1713
- No Install option for ESP8266 board #1698
- https://forum.arduino.cc/t/esptool-exe-quarantined/1095560/4
Workaround
- Open the Boards Manager or Library Manager view if it is not already open.
- Hover your mouse pointer over the right border of the Boards/Library Manager view until the pointer changes to the horizontal resize double arrow.
- Click and drag the mouse pointer to the right to make the Boards/Library Manager view wider.
After doing that, you should see the INSTALL button.
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