diff options
| author | Pan Zhang <[email protected]> | 2026-03-13 16:32:51 +0800 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-03-14 13:37:25 +0000 |
| commit | cde91dd71a89d1f82bc87dabe95643cc93853e50 (patch) | |
| tree | 2f8bb4d30510174016cd0f169ab9b4dc393890b6 /src/panels/folders | |
| parent | e59b657debc8aafd4ef119fd712fcd91b705bcbd (diff) | |
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.
BUG: 510469
Diffstat (limited to 'src/panels/folders')
0 files changed, 0 insertions, 0 deletions
