[Libreoffice-bugs] [Bug 153030] tiled rendering: top and footer text overlaps on docx

2023-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153030

Michael Stahl (allotropia)  changed:

   What|Removed |Added

 Whiteboard||target:7.6.0 target:7.5.3
 CC||michael.st...@allotropia.de
 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |jaume.pujantell@collabora.c
   |desktop.org |om

--- Comment #5 from Michael Stahl (allotropia)  ---
found that this was already fixed, thanks Jaume for fixing it!

also backported to libreoffice-7-5 as commit
5bab8fc3b9dd27c0e37cf9a62b1b27c2bf243788


commit 826b20b049449c9c335ce00c781cdb52e4ee0512
Author: Jaume Pujantell 
AuthorDate: Tue Mar 21 16:03:54 2023 +0100
Commit: Andras Timar 
CommitDate: Wed Mar 22 16:49:49 2023 +

Fix wrong layout of textbox in header

In some cases the text box wasn't properly moved afeter it's position
had been calculated. Also now when the shape and text element are
brought together in the Z ordering, the one with higher Z moves down.

Change-Id: I0512db4b6466532b5af4e3c091fd65bd0a416381
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149221
Tested-by: Jenkins
Reviewed-by: Andras Timar 

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153030] tiled rendering: top and footer text overlaps on docx

2023-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153030

Michael Weghorn  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153030] tiled rendering: top and footer text overlaps on docx

2023-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153030

Michael Weghorn  changed:

   What|Removed |Added

Summary|top and footer text |tiled rendering: top and
   |overlaps on docx|footer text overlaps on
   ||docx
  Component|Android Viewer  |Writer
   Hardware|ARM |All
  Regression By||Attila Bakos (NISZ)
 OS|Android |All
 CC||bakos.attilakar...@nisz.hu

--- Comment #4 from Michael Weghorn  ---
Turns out this is a general problem when tiled rendering is used, and can be
reproduced with gtktiledviewer as well:

./bin/run gtktiledviewer --lo-path=$(pwd)/instdir/program
~/temp/tdf153030/Bsp01.docx

This is a regression from

commit 0d29394598db2e336a9982cbb7041ea407b2bf6d
Author: Attila Bakos (NISZ) 
Date:   Mon Feb 7 17:09:42 2022 +0100

tdf#147126 sw: fix missing as_char anchoring of group textboxes

which resulted lost (invisible) text content before
implementing its support now.

Cleanup to SwTextBoxHelper by removing its unneeded functions.

testFDO78590 was commented out temporarily because it has a
pure VML groupshape inside and it's converted to WPG during
the test run resulting crash on reopening, because lack of
its support in DocumentContentOperationsManager, trying to
convert the content to a text frame inside a text frame.

Regression from commit 2951cbdf3a6e2b62461665546b47e1d253fcb834
"tdf#143574 OOXML export/import of textboxes in group shapes".

Change-Id: Ic6ce3549d390ae763044f54e991f390677704396
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129627
Tested-by: László Németh 
Reviewed-by: László Németh 


Bibisected using the bibisect-linux-64-7.4 repo and llconv, this command:

rm -f /tmp/test_out.pdf; LO_PATH=$(pwd)/instdir/program/ lloconv -o pdf
~/temp/tdf153030/Bsp01.docx  /tmp/test_out.pdf && okular /tmp/test_out.pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.