Created attachment 151482 [details] File with various anchor parameters combinations Paragraph has left indent. Image inserted with anchor "To Paragraph", horizontal position *Left* *Paragraph text area* Expected result: Image aligned on paragraph left indent with only wrapping "guard" spacing around it Effective result: Image aligned on paragraph left indent (OK) but indent is added to right wrap spacing causing an unwanted additional space to be added to right of image. The resulting "indent" along the image is twice paragraph indent + wrap space + image width. I would expect paragraph indent to be used only once as it is already taken into account to compute limits of paragraph text area. Note: in addition, it seems Writer has some trouble in this circumstance to evenly vertically center the frame (see attachement). This unexpected behaviour is demonstrated in case C of the attachment.
I can confirm this with Windows 10 Home; Version 1809; Version: 6.2.3.2 (x64) Build-ID: aecc05fe267cc68dde00352a451aa867b3b546ac CPU-Threads: 8; BS: Windows 10.0; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: threaded
Created attachment 151598 [details] How it looks in LibreOffice 3.3 and LibreOffice 6.3 Master
@Regina, could you please double check if this is indeed an issue ?
For me, it is a bug. It is there at least since OOo1.1.5.
Dear ajlittoz, 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://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
Bug still present in Version: 7.1.3.2 Build ID: 10(Build:2) CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5 Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded Linux distro: Fedora 34 Desktop: KDE Plasma
I made a new analysis of the issue and it points to frame positioning. It looks like frame positioning is rather fragile and interferes badly with text layout. Several bugs are involved (I know, Bugzilla philosophy is one bug=one report but I believe they are all related). 1- left indent and left border spacing are reused ar right of frame while they have already been used to compute the location of the paragraph text area 2- bottom positioning is buggy: 2-1: no difference is made between Entire paragraph area and Paragraph Text area reference 2-2: bottom positioning is erratic and frame may land in any vertical position This is analysed in attached BugParagraphIndents.odt
Created attachment 184096 [details] Analysis of frame positioning