SUMMARY Greyed-out Edit on Duplicated Title Clip. STEPS TO REPRODUCE 1. Right click on a title clip 2. Duplicate Clip 3. Right clip on duplicated clip OBSERVED RESULT Greyed-out Edit Clip EXPECTED RESULT Edit Clip enabled. SOFTWARE/OS VERSIONS Windows 10 Version 2009 (x86_64) KDE Frameworks Version: 5.95.0 Qt Version: 5.15.5 (build against5.15.5) ADDITIONAL INFORMATION MLT 7.9.0
Confirmed, looks like when the "Edit Clip" item's enabled state is updated, the clip is not ready. Because the clip is not ready, its thought to be ClipType::Unknown instead of ClipType::Text, so "Edit Clip" is disabled.
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kdenlive/-/merge_requests/326
Git commit 505983e529c80ba5c8a13dd0a02ff949f7530873 by Jean-Baptiste Mardelle, on behalf of Eric Jiang. Committed on 13/07/2022 at 06:57. Pushed by mardelle into branch 'master'. Don't wait for a clip to be ready to get its type This fixes a bug where after duplicating a title clip, the context menu's "Edit Clip" action is disabled because the clip's type is thought to be Unknown. M +4 -1 src/bin/bin.cpp https://invent.kde.org/multimedia/kdenlive/commit/505983e529c80ba5c8a13dd0a02ff949f7530873
Git commit d9d2d81efd98061873cbfbba75e6ee727b8de7f4 by Jean-Baptiste Mardelle, on behalf of Eric Jiang. Committed on 13/07/2022 at 11:38. Pushed by mardelle into branch 'release/22.08'. Don't wait for a clip to be ready to get its type This fixes a bug where after duplicating a title clip, the context menu's "Edit Clip" action is disabled because the clip's type is thought to be Unknown. M +4 -1 src/bin/bin.cpp https://invent.kde.org/multimedia/kdenlive/commit/d9d2d81efd98061873cbfbba75e6ee727b8de7f4
Seems like this fix uncovers another issue - the clip monitor is not switched to the new duplicate clip: https://invent.kde.org/multimedia/kdenlive/-/commit/505983e529c80ba5c8a13dd0a02ff949f7530873#note_488366