https://bugs.documentfoundation.org/show_bug.cgi?id=146274
Bug ID: 146274
Summary: Undo after search-and-replace is br0ken
Product: LibreOffice
Version: 7.4.0.0 alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
In a new Writer document, create this text:
1
2
3
4
5
6
7
- i.e., 7 paragraphs, one character each.
Select all, Ctrl+H, In selection, Regular expressions, Diacritic-sensitive,
Find $, replace , (single comma character), Replace All.
The text changes to expected
1,2,3,4,5,6,7
Undo
The text changes to unexpected
1234567
(and 6 empty paragraphs below)
Redo
The text changes to
1,,,,,,
Undo two times, then redo
!!br0ken!! appears.
Seen with Version: 7.2.4.1 (x64) / LibreOffice Community
Build ID: 27d75539669ac387bb498e35313b970b7fe9c4f9
CPU threads: 12; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: CL
and with Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 57ad86fec9e5b4981332392bdb5c5a1f5e468bfe
CPU threads: 12; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL
(the latter DBGUTIL build shows failing assertion on some step).
--
You are receiving this mail because:
You are the assignee for the bug.