https://bugs.documentfoundation.org/show_bug.cgi?id=164445
Bug ID: 164445
Summary: FILEOPEN DOCX: two framePr textboxes anchored at the
same paragraph/position are in the wrong order
Product: LibreOffice
Version: 7.6.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: bibisected, bisected
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 104461
Prior to 7.6, the two textboxes were joined together as one textbox (and then
the content was in the correct order). This was correctly split into two with
7.6 commit e0e33aa622968bc2e182099670a024a1d00b8e5c
Author: Justin Luth on Tue Apr 4 14:20:45 2023 -0400
tdf#105035 tdf#127622 writerfilter framePr: compare using style info
But now that they are split, the second textbox is above the first one. (Not
marking as a regression since everything wasn't correct prior to this commit.)
Steps to reproduce.
1.) open (actually a DOCX file) TRANS-JOUR.doc (attachment 73104) from bug
59426
Notice on page 1 that the title "Preparation of Papers for IEEE
TRANSACTIONS..." is below the authors "First A. Author, Fellow, IEEE, ..."
It of course should be the other way around. All of this is already spelled out
in bug 105035 comment 15, where a minimized version of this file is used as a
unit test for that bug report. (Note that the minimized version overlaps at the
above commit, but the original one we are using here does not overlap.)
The opinion stated was that this was probably just a layout choice (since the
positions are identical).
title: <w:framePr w:w="9360" w:hSpace="187" w:vSpace="187" w:wrap="notBeside"
w:vAnchor="text" w:hAnchor="page" w:xAlign="center" w:y="1"/>
author: <w:framePr w:w="9072" w:hSpace="187" w:vSpace="187" w:wrap="notBeside"
w:vAnchor="text" w:hAnchor="page" w:xAlign="center" w:y="1"/>
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=104461
[Bug 104461] [META] DOCX (OOXML) frame-related issues
--
You are receiving this mail because:
You are the assignee for the bug.