Skip to content

Scrollbar does not reach end of Library Manager list #1380

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

Closed
3 tasks done
per1234 opened this issue Sep 1, 2022 · 0 comments · Fixed by #1385
Closed
3 tasks done

Scrollbar does not reach end of Library Manager list #1380

per1234 opened this issue Sep 1, 2022 · 0 comments · Fixed by #1385
Assignees
Labels
conclusion: resolved Issue was resolved 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 Sep 1, 2022

Describe the problem

With a total of over 5000 libraries available, the Arduino IDE Library Manager view often contains a long list of libraries now that all results are shown (#1361).

The user may scroll through the list of results using the scrollbar on the right side of the view.

🐛 The end of the list can't be reached using the scrollbar when there are many search results.

To reproduce

  1. Open the "Library Manager" view.
  2. Clear the "Filter your search..." field.
  3. Click and drag the scrollbar to the bottom.

🐛 The list was not scrolled anywhere near to the end. You can use the mouse wheel to scroll down to verify there are many other listings.

Expected behavior

Scrollbar can always be used to reach the end of the listings.

Arduino IDE version

2.0.0-rc9.2.snapshot-0d545be

Operating system

Windows

Operating system version

10

Additional context

I used the unfiltered list in the demo because it provides the most dramatic results, but it will also occur with filtered searches that provide a lot of results, such as motor.

image

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 labels Sep 1, 2022
kittaakos pushed a commit that referenced this issue Sep 2, 2022
kittaakos pushed a commit that referenced this issue Sep 3, 2022
 - Fixed scrollbar does not reach end of list widget.
 - Estimated row heights to provide better scroll UX.
 - Last item's `<select>` must be visible.

Closes #1380
Closes #1381
Closes #1387

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Sep 3, 2022
 - Fixed scrollbar does not reach end of list widget.
 - Estimated row heights to provide better scroll UX.
 - Last item's `<select>` must be visible.

Closes #1380
Closes #1381
Closes #1387

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Sep 4, 2022
 - Fixed scrollbar does not reach end of list widget.
 - Estimated row heights to provide better scroll UX.
 - Last item's `<select>` must be visible.

Closes #1380
Closes #1381
Closes #1387

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Sep 5, 2022
 - Fixed scrollbar does not reach end of list widget.
 - Estimated row heights to provide better scroll UX.
 - Last item's `<select>` must be visible.

Closes #1380
Closes #1381
Closes #1387

Signed-off-by: Akos Kitta <[email protected]>
@per1234 per1234 added the conclusion: resolved Issue was resolved label Sep 5, 2022
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: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants