https://bugs.kde.org/show_bug.cgi?id=510469

Méven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/-/commit/cde91dd
                   |                            |71a89d1f82bc87dabe95643cc93
                   |                            |853e50

--- Comment #4 from Méven <[email protected]> ---
Git commit cde91dd71a89d1f82bc87dabe95643cc93853e50 by Méven Car, on behalf of
Pan Zhang.
Committed on 14/03/2026 at 13:37.
Pushed by meven into branch 'master'.

animatedheightwidget: prevent viewport scrolling

The search field moves upwards and becomes obscured when pressing navigation
keys like the down arrow. This happens because the underlying QScrollArea
processes keyboard navigation events, shifting the visible viewport even when
scrollbars are completely hidden and disabled.

Move the event filter from the contents container directly to the QScrollArea
(m_contentsContainerParent) and its viewport. Update the filter to intercept
Qt::Key_Up and Qt::Key_Down events, preventing the scroll area from handling
these inputs.

M  +16   -4    src/animatedheightwidget.cpp
M  +3    -2    src/animatedheightwidget.h

https://invent.kde.org/system/dolphin/-/commit/cde91dd71a89d1f82bc87dabe95643cc93853e50

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to