Bug 168052 - Cut-paste operation resets source cell formatting in Calc (font, size, etc.)
Summary: Cut-paste operation resets source cell formatting in Calc (font, size, etc.)
Status: RESOLVED DUPLICATE of bug 64028
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
25.2.5.2 release
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-22 02:47 UTC by vinod
Modified: 2025-08-22 04:22 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vinod 2025-08-22 02:47:18 UTC
Description:
When I cut a cell (e.g., A1) and paste it to another (e.g., B1), the original cell (A1) loses its formatting and reverts to default font and size. This disrupts layout consistency in engineering sheets. Expected behavior: A1 should retain its formatting even after content is moved.

Steps to Reproduce:
1.Format cell A1 with custom font and size
2.Cut A1 and paste to B1
3.Observe A1 formatting reset

Actual Results:
A1 reverts to default formatting

Expected Results:
A1 should retain its formatting after cut-paste


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 25.2.5.2 (X86_64) / LibreOffice Community
Build ID: 03d19516eb2e1dd5d4ccd751a0d6f35f35e08022
CPU threads: 4; OS: Windows 11 X86_64 (10.0 build 22621); UI render: Skia/Raster; VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: CL threaded
Comment 1 nobu 2025-08-22 04:22:20 UTC
https://wiki.documentfoundation.org/ReleaseNotes/25.2#LibreOffice_Help

Calc: new UNO command .uno:CopyDelete to cut contents without removing the source cells' format. Assigned by default to the Ctrl + ⇧ Shift + X shortcut.

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