SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Open a project with title clips. 2. Edit text of existing title clip. See video: https://www.youtube.com/watch?v=CL-DRLbfOOM OBSERVED RESULT Edited title clip extends beyond its clip size on the track. All other clips in same track are messed up. Closing and reopening the project leads to "Problems found in your project file" window. See video: https://www.youtube.com/watch?v=CL-DRLbfOOM EXPECTED RESULT Only text in edited title clip changes. All other clips should remain the same. SOFTWARE/OS VERSIONS Windows: N/A macOS: Monterey 12.7.2 (not in video, but same bug can be reproduced using same steps) Linux/KDE Plasma: Linux Mint 21.2 Victoria (shown in video) (available in About System) KDE Plasma Version: N/A KDE Frameworks Version: N/A Qt Version: N/A ADDITIONAL INFORMATION
Thanks for your report. However I cannot reproduce the problem on a simple project. Could you try to make a copy of your project file, and remove as many clips as possible, just leaving the 3-4 clips in the timeline (where the bug happens) to reproduce the problem, then attach the project file here?
Created attachment 164289 [details] project file before editing the text clip Hello: Thank you for replying. The issue affects not just 3-4 clips, but many clips in track 3, so I cannot remove as many clips as possible. I reproduced the problem in my version of Kdenlive on macOS Monterey: https://youtu.be/YpHZWVHDTn4. Attached is the project file before editing the text clip (this file), and the project file after editing ("-mod", to be sent separately). Both project files are from the macOS version demonstrated in the video linked above. If the image clip files are needed, please let me know how I can send them. Thank you.
Created attachment 164290 [details] project file AFTER editing the text clip Hello: Thank you for replying. The issue affects not just 3-4 clips, but many clips in track 3, so I cannot remove as many clips as possible. I reproduced the problem in my version of Kdenlive on macOS Monterey: https://youtu.be/YpHZWVHDTn4. Attached is the project file before editing the text clip (sent earlier separately), and the project file after editing the text lip ("-mod", this file). Both project files are from the macOS version demonstrated in the video linked above. If the image clip files are needed, please let me know how I can send them. Thank you.
Created attachment 164291 [details] Linux Mint BEFORE editing title clip Hello: This should be the project file BEFORE editing the title clip, shown in my video on taken on Linux Mint: https://www.youtube.com/watch?v=CL-DRLbfOOM
Created attachment 164292 [details] Linux Mint AFTER editing title clip Hello: This should be the project file AFTER editing the title clip, shown in my video on taken on Linux Mint: https://www.youtube.com/watch?v=CL-DRLbfOOM
Waiting for action after providing project files on 19 December 2023
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Already provided project files on December 19
Thanks for the project files and sorry for the delay. I can reproduce with your project file, this is probably caused by a bug in the same track transition (mixes) code. Will try to solve asap
Git commit 16888cdf8cd62e68c4781f06d01d4de9f778f27c by Jean-Baptiste Mardelle. Committed on 10/01/2024 at 09:19. Pushed by mardelle into branch 'master'. Fix editing title clip with a mix can mess up the track M +2 -2 src/timeline2/model/trackmodel.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/16888cdf8cd62e68c4781f06d01d4de9f778f27c
Git commit 22eb29f8546b183f61e4c61d3ce320f646060255 by Jean-Baptiste Mardelle. Committed on 16/01/2024 at 21:39. Pushed by mardelle into branch 'release/23.08'. Fix editing title clip with a mix can mess up the track M +2 -2 src/timeline2/model/trackmodel.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/22eb29f8546b183f61e4c61d3ce320f646060255
(In reply to Jean-Baptiste Mardelle from comment #9) > Thanks for the project files and sorry for the delay. I can reproduce with > your project file, this is probably caused by a bug in the same track > transition (mixes) code. Will try to solve asap Thank you very much.