Bug 150805 - Position of shape changes at the time of saving (track changes involved)
Summary: Position of shape changes at the time of saving (track changes involved)
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.3.0.4 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected
Depends on:
Blocks: Track-Changes
  Show dependency treegraph
 
Reported: 2022-09-05 18:19 UTC by Telesto
Modified: 2023-02-02 12:49 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file (49.57 KB, application/vnd.oasis.opendocument.text)
2022-09-05 18:19 UTC, Telesto
Details
Example file (131.35 KB, application/vnd.oasis.opendocument.text)
2022-09-11 06:42 UTC, Jegatheesan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2022-09-05 18:19:38 UTC
Description:
Position of shape changes at the time of saving (track changes involved)

Steps to Reproduce:
1. Open the attached 
2. Place cursor at the start of the heading starting with "Dragging"
3. SHIFT+CTRL+ARROW UP (1x) -> Image frame selected
4. Press backspace
5. Press Save

Actual Results:
Image/image frame moves from centered to left

Expected Results:
Stay's centered, or adapts instantly


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: dc92a4d973086ce8a6a5f75ba0f4d4c9ca05537a
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded
Comment 1 Telesto 2022-09-05 18:19:54 UTC
Created attachment 182237 [details]
Example file
Comment 2 Telesto 2022-09-05 18:25:21 UTC
Moves instantly to the left when pressing backspace
Version: 6.3.0.0.alpha0+
Build ID: e3ce6ea30e2cdd81857597f50ef5e0a6acd198ee
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

centered even after backspace or save
Version: 6.1.0.0.alpha0+
Build ID: e1b247a843c5eb850fe0079819239d9883412d38
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL
Comment 3 Jegatheesan 2022-09-11 06:42:36 UTC
Created attachment 182364 [details]
Example file

we place the screen shot for before and after checking the description.
Comment 4 Jegatheesan 2022-09-11 06:56:52 UTC
REPRODUCE:

Description:
Position of shape changes at the time of saving (track changes involved)

Steps to done:
1. Open the attached 
2. Place cursor at the start of the heading starting with "Dragging"
3. SHIFT+CTRL+ARROW UP (1x) -> Image frame selected
4. Press backspace
5. Press Save
6. After i doing the above steps some time the image stay at center but some time 
   it suddenly move to left so this is need to check.
Comment 5 Stephen Reginold 2022-09-11 10:40:48 UTC Comment hidden (obsolete)
Comment 6 Buovjaga 2023-02-02 12:49:25 UTC
(In reply to Telesto from comment #2)
> Moves instantly to the left when pressing backspace
> Version: 6.3.0.0.alpha0+
> Build ID: e3ce6ea30e2cdd81857597f50ef5e0a6acd198ee
> CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
> Locale: nl-NL (nl_NL); UI-Language: en-US
> Calc: CL

Bibisected with linux-64-6.4. Changed away from this behaviour in https://git.libreoffice.org/core/commit/1aac73a1fb260e4c76a483a68f003913fdd2c4bb
tdf#125990 change tracking: remove text join workaround

> centered even after backspace or save
> Version: 6.1.0.0.alpha0+
> Build ID: e1b247a843c5eb850fe0079819239d9883412d38
> CPU threads: 4; OS: Windows 6.3; UI render: default; 
> Locale: nl-NL (nl_NL); Calc: CL

Bibisected with linux-64-6.2. Changed away from this behaviour in https://git.libreoffice.org/core/commit/22639148ae5400bac98f32a75d7431b857c80195
tdf#54819 change tracking: keep paragraph style after full deletion

László can comment on this.