The board <select>
UI component incorrectly shows multiple selected items in the firmware updater, and the SSL root certificate uploader dialogs if the same kind of board is connected multiple times
#2158
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
The board
<select>
UI component looks bogus. IDE2 detects "selection" based on the FQBN only. When I have the same board detected by the CLI multiple times, multiple items are selected in the<select>
component. (Note, it is sufficient to associate the same FQBN with any detected ports, such as built-in serial, etc. You do not need to have the boards to reproduce the bug.To reproduce
<option>
s are selected in the<select>
UI elementboard_select_ide2.mp4
Expected behavior
IDE2 can distinguish by port if there is a FQBN collision.
Arduino IDE version
2.1.1
Operating system
macOS
Operating system version
13.4.1
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: