Steps to reproduce: 1. Open attachment 106313 [details] Observed behaviour: Second line is shifted to the right. it should be aligned with the first line Reproduced in: Version: 5.3.0.0.beta1 Build ID: 690f553ecb3efd19143acbf01f3af4e289e94536 CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; Layout Engine: new; Locale: ca-ES (ca_ES.UTF-8); Calc: group but not in Version: 5.3.0.0.alpha1+ Build ID: ada8a2123ea655142be74a11c23e042a0109d5f8 CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; Layout Engine: new; Locale: ca-ES (ca_ES.UTF-8); Calc: group
Regression introduced by: author Zolnai Tamás <tamas.zolnai@collabora.com> 2014-12-22 15:36:27 (GMT) committer Zolnai Tamás <tamas.zolnai@collabora.com> 2014-12-22 15:36:59 (GMT) commit 7a64988dbc7a1542aa38f0e8f9a8a47941fbc67d (patch) tree 8359b96d20f356c946d192e3c6c474208a7376ce parent 89206c472ecf18bfde6824cea8004921cd404365 (diff) bnc#862510: PPTX import: Wrong text vertical adjustment inside shape. When alignment is not specified, it should be set to the default "left" value just on time, when properties are pushed to the property set, otherwise uninitialized value is better. Adding Cc: to Zolnai Tamás
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
I see the problem still in Version: 6.4.0.0.alpha0+ (x64) Build ID: b2d8093b19642038631dfb8f1ab6745a380a652c CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2019-09-23_22:42:37 Locale: de-DE (en_US); UI-Language: en-US Calc: threaded The two objects are presentation objects, no custom shapes.
Created attachment 162433 [details] Test compared MSO 2016 LO 7.1+
Created attachment 168870 [details] Text anchor settings in Impress and PP In PP the alignment of the textbox is Top, but it's opened in Impress as if it was Top Centered in PP.
*** Bug 114608 has been marked as a duplicate of this bug. ***
Created attachment 176831 [details] The master slide And finally i have reached this one. I think the problem comes from the master slide (as shown in my picture), if there i change the alignment to left, everything fine, so there is a file open problem with the setting priority. PP overrides the master slide setting Impress does not, however should. Hopefully if i change the order of the property applying that might be the solution.
I think regression flag can safely be removed. It just happened to look better when the default of left align was forced on it. The problem is that the slide should not be inheriting the textbox from the master. (For example, if MS Office adds a fill to the master's subtitle textbox, slide1 doesn't get that fill.) The title textbox in the slide mirrors the master, but not the subtitle textbox. [Problem already seen in LO 3.5 bibisect.] The issue seems to be that master is <p:ph type="subTitle" sz="quarter" idx="1"/> but the slide is different ID <p:ph type="subTitle" sz="quarter" idx="4294967295"/> If I set the slide's idx to 1, then MS 2010 opens like LO - i.e. the master's textbox settings apply to the slide's textbox. There was major re-work done in the LO 4.4-ish timeframe. commit cc6ae367280d205a88c6f907b20b84613221ca52 Author: Matúš Kukan on Thu Aug 7 13:25:51 2014 +0200 bnc#821916: Better algorithm to find placeholder shape. // Function to find placeholder (ph) for a shape. No idea how MSO implements // this, but this order seems to work quite well // (probably it's unnecessary complicated / wrong): // 1. ph with nFirstSubType and the same oSubTypeIndex // 2. ph with nFirstSubType // 3. ph with nSecondSubType and the same oSubTypeIndex // 4. ph with nSecondSubType // 5. ph with the same oSubTypeIndex Forcing an idx reference to only match a master with the same idx fixed the bad textbox inheritance problem (from slideLayouts) and didn't cause any real unit test failures, but it did cause the blue colour (from slideMasters) to disappear in this examples test.pptx. [Obviously not a complete or safe solution.]
Dear Xisco Faulí, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still reproduces with the latest daily build: Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 3d3242ef3a6f111d6220c60d5c1b968c7f46fc5f CPU threads: 12; OS: Linux 6.6; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US
This now appears fixed in Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: af0946b9eabe49636d5a732aa38bde954a803538 CPU threads: 12; OS: Linux 6.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US while it's still there with Version: 24.8.4.0.0+ (X86_64) / LibreOffice Community Build ID: ca378d0046f67edf6fd7c5a17190e8b930f90efe CPU threads: 12; OS: Linux 6.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US I wonder whether this may be related to bug #162571.
(In reply to Gerald Pfeifer from comment #11) > I wonder whether this may be related to bug #162571. Yup. commit 1d9ce0a67a71e51569cd33c26270eeece587a354 Author: Balazs Varga on Sun Oct 13 20:58:17 2024 +0200 tdf#162571 - sd: Text box expands or shrinks on left or right or both sides, depending on the text alignment. Set the text anchor position based on the first paragraph alignment. *** This bug has been marked as a duplicate of bug 162571 ***