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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
                   |imedia/kdenlive/-/commit/2a |imedia/kdenlive/-/commit/bd
                   |f5d67398459ec3eb0b9db14f5ef |99648f1ecbaed3484d4f3c59b9a
                   |1fddce667ed                 |988d4288693

--- Comment #6 from Jean-Baptiste Mardelle <[email protected]> ---
Git commit bd99648f1ecbaed3484d4f3c59b9a988d4288693 by Jean-Baptiste Mardelle,
on behalf of Jaimukund Bhan.
Committed on 15/09/2026 at 06:45.
Pushed by mardelle into branch 'release/26.08'.

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/bd99648f1ecbaed3484d4f3c59b9a988d4288693

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

Reply via email to