Skip to content
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

Ensure left search results panel is always visible. #8088

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbien
Copy link
Member

@mbien mbien commented Dec 23, 2024

initialize divider position with a minimal value. This will always reset the value to at least 250 even if it is changed by the user to less.

fixes #8064

I could reproduce this sometimes with

  • fresh user conf (no divider location stored)
  • search something in an empty folder (e.g favorites view; ensures that the search finishes fast with no results)

I believe what happens in this case is that the divider isn't initialized (which is fine by itself) but the computed width of the left panel is 0 for some reason too (which is not ok).

initialize divider position with a minimal value.
@mbien mbien added Editor Platform [ci] enable platform tests (platform/*) UI User Interface ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) labels Dec 23, 2024
@mbien mbien added this to the NB25 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) Editor Platform [ci] enable platform tests (platform/*) UI User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find in Projects not working in NetBeans 24
1 participant