Created attachment 181319 [details] half hidden search field SUMMARY STEPS TO REPRODUCE 1. search for a file in dolphin 2. put mouse cursor over the search ui area 3. scroll with mouse wheel or touchpad OBSERVED RESULT the whole search area (search field and nearby buttons) scroll up being cutted away, just empty space is revealed EXPECTED RESULT since there is no extra content, this shouldn't be a scrollble area at all
additional note: scaling is at 1.25, wouldn't be surprised if it depends from fractional scaling
Confirming. This is a scroll area so this can be collapsed below the minimum width horizontally.
Looks like it adds the height of the details view category buttons to the height of the search.
Investigating further, for some reason the `m_secondRowLayout->geometry()` height grows to 2x the size when opening the search and typing text.
When you start typing and look closely, the size of the search field area shrinks couple pixels, then expands again.
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/990
Git commit b1d46a3cbd6dd70a6ec7e31d2d11056a5f5c6d91 by Akseli Lahtinen. Committed on 19/06/2025 at 16:07. Pushed by akselmo into branch 'master'. AnimatedHeightWidget: Disable scrollbars QScrollArea is used to avoid increasing view width, and not for actual scroll reasons. We should therefore disallow scrolling the view entirely, since this causes bugs with being able to scroll random views. M +4 -0 src/animatedheightwidget.cpp https://invent.kde.org/system/dolphin/-/commit/b1d46a3cbd6dd70a6ec7e31d2d11056a5f5c6d91