Description: The same holds for 6.0.2. On reinstalling 5.3.4 the Layout is ok again. Steps to Reproduce: 1. Install 5.4.3; Screenshoot Example 2. upgrade to 5.4.6; Screenshoot Example Actual Results: The screenshots differ Expected Results: No difference can be detected Reproducible: Always User Profile Reset: Yes OpenGL enabled: Yes Additional Info: Version: 5.3.4.2 (x64) Build-ID: f82d347ccc0be322489bf7da61d7e4ad13fe2ff3 CPU-Threads: 12; BS-Version: Windows 6.19; UI-Render: GL; Layout-Engine: neu; Gebietsschema: de-DE (de_DE); Calc: group User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17133
Created attachment 141108 [details] The example odt.file mentioned in report
Created attachment 141109 [details] Correct Layout
Created attachment 141110 [details] Distorted layout after upgrade
Created attachment 141113 [details] Layout in LO 5.4.6.2 I get this version of the layout
Bisected to https://cgit.freedesktop.org/libreoffice/core/commit/?id=1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a commit 1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a (patch) tree 22f3cf0ce23ca99f1759502465627790f868a6f2 parent 7633cbb0e84d20a36b2972c6fd5c0d5a5d6280a3 (diff) The mfFontScale[n] is always 1.0 Change-Id: Ica2e67632f5bfe1f70ba7b2d7502257b47d053ce Reviewed-on: https://gerrit.libreoffice.org/32592 Adding Khaled to CC
(In reply to Buovjaga from comment #5) > Bisected to > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a > > commit 1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a (patch) > tree 22f3cf0ce23ca99f1759502465627790f868a6f2 > parent 7633cbb0e84d20a36b2972c6fd5c0d5a5d6280a3 (diff) > The mfFontScale[n] is always 1.0 > Change-Id: Ica2e67632f5bfe1f70ba7b2d7502257b47d053ce > Reviewed-on: https://gerrit.libreoffice.org/32592 > > Adding Khaled to CC There was the followup commit 843c6d6eec95b99e867c28ab27860215d5d72b37 to fix bug 106960 caused by this one, does it make any difference here?
(In reply to Khaled Hosny from comment #6) > There was the followup commit 843c6d6eec95b99e867c28ab27860215d5d72b37 to > fix bug 106960 caused by this one, does it make any difference here? Sorry for not making it clear, but there is no difference between 5.4 and master. Version: 6.1.0.0.alpha0+ (x64) Build ID: c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 CPU threads: 4; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-04-15_00:12:41 Locale: fi-FI (fi_FI); Calc: group
(In reply to Buovjaga from comment #7) > (In reply to Khaled Hosny from comment #6) > > There was the followup commit 843c6d6eec95b99e867c28ab27860215d5d72b37 to > > fix bug 106960 caused by this one, does it make any difference here? > > Sorry for not making it clear, but there is no difference between 5.4 and > master. > > Version: 6.1.0.0.alpha0+ (x64) > Build ID: c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 > CPU threads: 4; OS: Windows 10.0; UI render: default; > TinderBox: Win-x86_64@42, Branch:master, Time: 2018-04-15_00:12:41 > Locale: fi-FI (fi_FI); Calc: group I meant it would have been broken again by another commit, have you tried checking with a build exactly at 843c6d6eec95b99e867c28ab27860215d5d72b37 to see if it works there?
(In reply to Khaled Hosny from comment #8) > I meant it would have been broken again by another commit, have you tried > checking with a build exactly at 843c6d6eec95b99e867c28ab27860215d5d72b37 to > see if it works there? Ok, sorry about that. I found it in win-5.4 with git log --all --grep='843c6d6eec95b99e867c28ab27860215d5d72b37' So I did git checkout 8c3429cc35c434559bf0552b9182cb9b7e404ca9 The problem is seen in that commit as well.
Khaled Hosny committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=335036f0d05bdfde49cacf245863c686d07a2d5f tdf#116812: Revert "The mfFontScale[n] is always 1.0" It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.