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

Jean-Baptiste Mardelle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/mult
                   |                            |imedia/kdenlive/-/commit/2a
                   |                            |f5d67398459ec3eb0b9db14f5ef
                   |                            |1fddce667ed

--- Comment #5 from Jean-Baptiste Mardelle <[email protected]> ---
Git commit 2af5d67398459ec3eb0b9db14f5ef1fddce667ed by Jean-Baptiste Mardelle,
on behalf of Jaimukund Bhan.
Committed on 14/09/2026 at 11:17.
Pushed by mardelle into branch 'master'.

Fix arrow keys moving playhead instead of grabbed clip after monitor
interaction

After interacting with the monitors and selecting a clip via menu or shortcut,
using "Grab Current Item" (Shift+G) caused the arrow keys to move the timeline
cursor instead of the grabbed clip because focus remained on the monitor and
the clip's key handlers were not directly focused in QML.

This patch fixes the issue by returning focus to the timeline in
`MainWindow::slotGrabItem`, directly giving active focus to `mouseArea` in
`Clip.qml` and `Composition.qml`.

M  +2    -1    src/mainwindow.cpp
M  +9    -6    src/timeline2/view/qml/Clip.qml
M  +9    -5    src/timeline2/view/qml/Composition.qml

https://invent.kde.org/multimedia/kdenlive/-/commit/2af5d67398459ec3eb0b9db14f5ef1fddce667ed

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

Reply via email to