Bug 361900

Summary: git 16.04: large text size incorrectly wrapped, but shadow isn't
Product: [Applications] kdenlive Reporter: Wegwerf <wegwerf-1-2-3>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: example Kdenlive project with incorrect text wrap
screenshot of incorrect text wrap

Description Wegwerf 2016-04-17 15:50:07 UTC
When adding a new text element in the title editor after a large font size with shadow has been set, the new text incorrectly gets wrapped. Funnily, the text shadow doesn't get wrapped. Please find an example project enclosed, as well as a screenshot of what happened.

Reproducible: Always

Steps to Reproduce:
1. Open attached example project.
2. Open title clip in title editor.
3. Select the existing text that is not wrapped.
4. Add another text element: this time the text is wrapped.

Actual Results:  
New text elements are wrapped incorrectly.

Expected Results:  
No text wrapping should occur.
Comment 1 Wegwerf 2016-04-17 15:50:50 UTC
Created attachment 98428 [details]
example Kdenlive project with incorrect text wrap
Comment 2 Wegwerf 2016-04-17 15:51:18 UTC
Created attachment 98429 [details]
screenshot of incorrect text wrap
Comment 3 Jean-Baptiste Mardelle 2016-04-20 10:30:37 UTC
Git commit 9098376f965ef1bcde19844c1514321eabac8f3d by Jean-Baptiste Mardelle.
Committed on 20/04/2016 at 10:29.
Pushed by mardelle into branch 'Applications/16.04'.

Fix new text in titler broken on large shadow offset

M  +8    -5    src/effectstack/graphicsscenerectmove.cpp
M  +2    -2    src/mainwindow.cpp

http://commits.kde.org/kdenlive/9098376f965ef1bcde19844c1514321eabac8f3d
Comment 4 Jean-Baptiste Mardelle 2016-04-20 10:32:24 UTC
Git commit 9820a042eaea199904b1f70967af15cb28cbcff9 by Jean-Baptiste Mardelle.
Committed on 20/04/2016 at 10:31.
Pushed by mardelle into branch 'master'.

Fix new text in titler broken on large shadow offset

M  +8    -5    src/effectstack/graphicsscenerectmove.cpp
M  +2    -2    src/mainwindow.cpp

http://commits.kde.org/kdenlive/9820a042eaea199904b1f70967af15cb28cbcff9
Comment 5 Wegwerf 2016-04-26 15:44:03 UTC
This is fixed now, thank you very much Jean-Baptiste! Setting this to RESOLVED FIXED.