Description: No thumbnail preview in start center of specific docx document Steps to Reproduce: 1. Open attachment 166495 [details] 2. Close the document, back to start center -> Lacking a thumbnail Actual Results: No preview Expected Results: Should be so, working in 5.4 Reproducible: Always User Profile Reset: No Additional Info: Found in 7.1 and in 6.2 not in 5.4
For the record Version: 6.2.0.0.alpha0+ Build ID: 391134e4cc0cf444ac50c6df02073de57ad9c466 CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: x11; Locale: en-US (en_US.UTF-8); Calc: group threaded
Reproduced in: Version: 7.1.0.0.alpha0+ Build ID: f1d798151048dde3f48b124ef406416668d1e9c5 CPU threads: 6; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: hu-HU (hu_HU.UTF-8); UI: en-US Calc: threaded
Created attachment 166735 [details] The example file in LO 6.4.0 and 7.1 alpha How it looks in: Verzió: 6.4.0.3 (x86) Build az.: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8 CPU szálak: 4; OS: Windows 6.3 Build 9600; Felületmegjelenítés: alapértelmezett; VCL: win; Területi beállítások: en-US (hu_HU); Felület nyelve: hu-HU Calc: CL and Version: 7.1.0.0.alpha1+ (x64) Build ID: b61bf7c7cfcf97a5ade6d130873af146670bc2ee CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL The chart shape became a bit more ellipsoid. Another source of difference is that in MSO the data labels (by default) have a bit of inner margin which is not supported by LO. So the label to be positioned gets a bit smaller, making it fit in tighter places too.
Created attachment 166957 [details] Bibisect log Bisected to author Miklos Vajna <vmiklos@collabora.co.uk> 2017-01-06 13:49:06 +0100 committer Jan Holesovsky <kendy@collabora.com> 2017-01-06 15:14:50 +0000 commit af313fc149f80adb0f1680ca20e19745ccb7fede (patch) tree 41473579cea4f6b39310bf8747249b68e4fa52af parent 600f22fa3e718c36f3d8f47710df1dbbe0d0c4c2 (diff) tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat option Because that's what Word does to show only part of the shape in the bugdoc. https://cgit.freedesktop.org/libreoffice/core/commit/?id=af313fc149f80adb0f1680ca20e19745ccb7fede
Adding CC: to Miklos Vajna
Is this still reproducible after 0afba07a597bf1d361624e10968855a802b859a0?
(In reply to Miklos Vajna from comment #6) > Is this still reproducible after 0afba07a597bf1d361624e10968855a802b859a0? Hey Miklos, Yes, still reproduced in: Version: 7.1.0.0.alpha1+ (x64) Build ID: 631974dd958fe4ca1d1f2164266e1e2c81b325ce CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: CL
Also they case for attachment 167355 [details] (assuming this being caused by the same flaw; based on similarity; so without bibisect)
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e5e3fc015520990df851e5d020219cb6c9d1eb11 tdf#137638 sw textbox: make sure layout doesn't mark the doc as modified It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 7.2.0.0.alpha0+ Build ID: 9a2a4bc5ed340ba187c8e27db5c8477c990c93af CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Miklos, thanks for fixing this issue!!
(In reply to Xisco Faulí from comment #10) > Verified in > > Version: 7.2.0.0.alpha0+ > Build ID: 9a2a4bc5ed340ba187c8e27db5c8477c990c93af > CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 > Locale: en-US (en_US.UTF-8); UI: en-US > Calc: threaded > > @Miklos, thanks for fixing this issue!! oh, rereading the commit message, i found it was fixed by another commit. anyway, thanks for investigating it and providing the unittest