Bug 146745 - LibreofficeWriter hangs if I move a Frame anchor to another page
Summary: LibreofficeWriter hangs if I move a Frame anchor to another page
Status: RESOLVED DUPLICATE of bug 146875
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.2.5.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Frame Performance
  Show dependency treegraph
 
Reported: 2022-01-13 16:28 UTC by Patrick Invernizzi
Modified: 2023-05-15 14:31 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
ODT Document to reproduce the problem (12.17 KB, application/vnd.oasis.opendocument.text)
2022-01-13 16:29 UTC, Patrick Invernizzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Invernizzi 2022-01-13 16:28:25 UTC
Description:
Libreoffice Writer.
2 pages.
On the first page there is some text and 2 frames
The frame (frame1) is anchored (page anchor) to the bottom of page.
The frame (frame2) is inside frame1, anchored to frame1.
The text overlaps frame1.

If I try to move the anchor of frame1 from page1 to page2, Libreoffice writer freezes (hangs) and I have to kill the application.

If I delete some lines in order to have the text NOT overlapping frame1, everything i can move the anchor to the other page without problems.

Maybe it's related to Bug 141610 



Actual Results:
Libreoffice writer freezes when moving frame1 anchor to the second page.
I have to kill the application.

Expected Results:
It should be possible to move the frame1 anchor to the second page and Libreoffice Writer should not freeze.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.5.2 (x64) / LibreOffice Community
Build ID: 499f9727c189e6ef3471021d6132d4c694f357e5
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: it-CH (it_CH); UI: it-IT
Calc: CL
Comment 1 Patrick Invernizzi 2022-01-13 16:29:40 UTC
Created attachment 177529 [details]
ODT Document to reproduce the problem
Comment 2 raal 2022-01-17 19:23:17 UTC
No repro with Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 3e94991d7fd3a085549c3a5d4c991688042d2cb9
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

When I move anchor, the LO is few seconds not responsive, but press the key Alt finish the operation. I'm not sure why.
Comment 3 raal 2022-01-17 19:43:04 UTC
(In reply to raal from comment #2)
> 
> When I move anchor, the LO is few seconds not responsive, but press the key
> Alt finish the operation. I'm not sure why.

This seems to have begun at the below commit.
Adding Cc: to Michael Stahl; Could you possibly take a look at this one?
Thanks
 5d567ba871944f677da30f8c99ec8b428bc09163 is the first bad commit
commit 5d567ba871944f677da30f8c99ec8b428bc09163
Author: Jenkins Build User <tdf@pollux.tdf>
Date:   Mon Apr 19 18:15:49 2021 +0200

    source eb85de8e6b61fb3fcb6c03ae0145f7fe5478bccf

https://gerrit.libreoffice.org/c/core/+/114066
Comment 4 Gabor Kelemen (allotropia) 2022-02-02 19:00:45 UTC
Confirming with

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 2f4f4cbeb8e50081d607b86b0475b93971c40ab8
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: hu-HU (hu_HU.UTF-8); UI: en-US
Calc: threaded
Comment 5 Gabor Kelemen (allotropia) 2023-05-15 14:31:57 UTC
This seems to be solved in 7.5 since

https://git.libreoffice.org/core/+/7bfd8f83fb93e991b644c34da7d2fa439e8f319c

author	Michael Stahl <michael.stahl@allotropia.de>	Tue Dec 20 21:04:05 2022 +0100
committer	Michael Stahl <michael.stahl@allotropia.de>	Wed Dec 21 10:42:39 2022 +0000

tdf#146875 sw: move also at-frame flys off SwPageFrame

*** This bug has been marked as a duplicate of bug 146875 ***